We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57aea53 commit 5ef9ed1Copy full SHA for 5ef9ed1
1 file changed
.github/workflows/cd.yml
@@ -57,7 +57,9 @@ jobs:
57
env | grep -E "(NPM|NODE)" || echo "No NPM/NODE env vars found"
58
59
- name: Publish to npm
60
- run: npm publish
+ run: |
61
+ npm whoami
62
+ npm publish --access public
63
64
- name: Push commit and tag (only if publish succeeded)
65
if: success()
0 commit comments