We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140987c commit dad0a50Copy full SHA for dad0a50
.github/workflows/continuous-integration.yaml
@@ -30,4 +30,4 @@ jobs:
30
- run: npm run-script build
31
- run: echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > ${NPM_CONFIG_USERCONFIG}
32
- run: "sed -i \"s/\\\"version\\\": \\\"0.0.0\\\",/\\\"version\\\": \\\"${GITHUB_REF/refs\\/tags\\/v/}\\\",/g\" package.json"
33
- - run: npm publish
+ - run: npm publish --access public
0 commit comments