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 50d56e6 commit e9729f5Copy full SHA for e9729f5
.github/workflows/npm-publish.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Publish Packages
27
run: npm publish --access public
28
env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments