Skip to content

Commit 93d9230

Browse files
Publish to npm (#4)
1 parent c1cfdd9 commit 93d9230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767

6868
- uses: actions/setup-node@v4
6969
with:
70-
registry-url: https://npm.pkg.github.com
70+
registry-url: https://registry.npmjs.org
7171

7272
- run: npm publish --no-git-checks --access=public
7373
working-directory: result/${{ matrix.module }}
7474
env:
75-
NODE_AUTH_TOKEN: ${{ github.token }}
75+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)