Skip to content

Commit 5ef9ed1

Browse files
committed
debug: rerun with repo secret vs env secret
1 parent 57aea53 commit 5ef9ed1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
env | grep -E "(NPM|NODE)" || echo "No NPM/NODE env vars found"
5858
5959
- name: Publish to npm
60-
run: npm publish
60+
run: |
61+
npm whoami
62+
npm publish --access public
6163
6264
- name: Push commit and tag (only if publish succeeded)
6365
if: success()

0 commit comments

Comments
 (0)