Skip to content

Commit ecf8fba

Browse files
committed
test
1 parent e416c34 commit ecf8fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: 14
29-
registry-url: https://registry.npmjs.org
29+
registry-url: https://github.com/chida09/github-packages-test
3030
- run: npm ci
3131
- run: npm publish --access public
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)