Skip to content

Commit c5eaddb

Browse files
committed
Remove debug NPM token
1 parent f310b57 commit c5eaddb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ 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 }}
3127
- run: npm publish --access public
3228
env:
3329
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)