Skip to content

Commit 1cae288

Browse files
committed
test
1 parent 14b1d2e commit 1cae288

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://npm.pkg.github.com/
29+
registry-url: https://registry.npmjs.org
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)