We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf8fba commit 87437c0Copy full SHA for 87437c0
1 file changed
.github/workflows/release-package.yml
@@ -28,6 +28,7 @@ jobs:
28
node-version: 14
29
registry-url: https://github.com/chida09/github-packages-test
30
- run: npm ci
31
- - run: npm publish --access public
+ - run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' > ${{ github.workspace }}/.npmrc
32
+ - run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments