Skip to content

Commit f310b57

Browse files
committed
Add NPM token debug step
1 parent 9191ce0 commit f310b57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
git config --global user.name "GitHub Actions"
2525
git config --global user.email "[email protected]"
2626
- run: npm version patch -m "Bump version to %s [skip ci]"
27+
- name: debug NPM token
28+
run: echo $NPM_TOKEN
29+
env:
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2731
- run: npm publish --access public
2832
env:
2933
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)