Skip to content

Commit b5ec06a

Browse files
Update release-package.yml
1 parent 561dc0e commit b5ec06a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- uses: actions/setup-node@v3
2525
with:
2626
node-version: "18"
27-
registry-url: https://npm.pkg.github.com/
27+
registry-url: "https://registry.npmjs.org"
2828
- run: npm ci
2929
- run: npm run build
3030
- run: npm publish --access public
31+
env:
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)