Skip to content

Commit 9ceb81d

Browse files
committed
CI
1 parent 82909b3 commit 9ceb81d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ jobs:
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 16
22-
registry-url: https://npm.pkg.github.com/
22+
registry-url: 'https://registry.npmjs.org'
2323
- run: npm ci
2424
- run: npm publish
2525
env:
26-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
27-
28-
- uses: actions/setup-node@v3
29-
with:
30-
node-version: 16
31-
registry-url: https://npm.pkg.github.com/
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)