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 001184d commit 5b8835dCopy full SHA for 5b8835d
.github/workflows/build.yml
@@ -40,4 +40,4 @@ jobs:
40
if: env.DEPLOY_PACKAGE == 'true'
41
run: npm pack && npm publish --access public
42
env:
43
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments