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 e64668a commit a5d033bCopy full SHA for a5d033b
1 file changed
.github/workflows/publisher.yml
@@ -32,4 +32,6 @@ jobs:
32
npm publish --tag beta --access public
33
else
34
npm publish --access public
35
- fi
+ fi
36
+ env:
37
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments