Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 05d65fb

Browse files
committed
chore(ci): deploy to npm
1 parent 91800df commit 05d65fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 22
14-
registry-url: https://npm.pkg.github.com/
1514
- run: yarn install
1615
- run: yarn push
1716
env:
18-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
17+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1918
permissions:
2019
contents: read
2120
packages: write

0 commit comments

Comments
 (0)