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 6f25396 commit f6bc1afCopy full SHA for f6bc1af
.github/workflows/publish.yml
@@ -55,7 +55,7 @@ jobs:
55
if: steps.check.outputs.version_changed == 'true'
56
run: npm publish --access public --no-git-checks
57
env:
58
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
59
60
- name: Tag release
61
0 commit comments