We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7734f1b commit 129094fCopy full SHA for 129094f
.github/workflows/publish.yml
@@ -33,5 +33,5 @@ jobs:
33
if: ${{ steps.release.outputs.release_created }}
34
- run: npm publish --access=public
35
env:
36
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
0 commit comments