We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e416c34 commit ecf8fbaCopy full SHA for ecf8fba
1 file changed
.github/workflows/release-package.yml
@@ -26,8 +26,8 @@ jobs:
26
- uses: actions/setup-node@v3
27
with:
28
node-version: 14
29
- registry-url: https://registry.npmjs.org
+ registry-url: https://github.com/chida09/github-packages-test
30
- run: npm ci
31
- run: npm publish --access public
32
env:
33
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments