We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcd4e6 commit d91fcb5Copy full SHA for d91fcb5
.github/workflows/publish.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12.x
15
+ registry-url: https://registry.npmjs.org/
16
- run: npm publish --access public
17
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
18
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments