Skip to content

Commit 51d22aa

Browse files
committed
debug: more tweaking
1 parent 6a36a64 commit 51d22aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
env | grep -E "(NPM|NODE)" || echo "No NPM/NODE env vars found"
5757
5858
- name: Publish to npm
59-
run: npm publish --access public
60-
env:
61-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59+
run: npm publish
6260

6361
- name: Push commit and tag (only if publish succeeded)
6462
if: success()

0 commit comments

Comments
 (0)