Skip to content

Commit 9b35060

Browse files
committed
chore: update github action
1 parent 5411390 commit 9b35060

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: 24
26-
registry-url: https://registry.npmjs.org
26+
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Install dependencies
2929
run: npm ci
@@ -47,3 +47,5 @@ jobs:
4747

4848
- name: Publish to npm
4949
run: npm publish --provenance --access public
50+
env:
51+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)