Skip to content

Commit 709be75

Browse files
committed
fix: different env token name
this isnt really a fix, but an attempt. we'll see...
1 parent b7d0b46 commit 709be75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
20+
registry-url: 'https://registry.npmjs.org'
2021

2122
- name: Install dependencies
2223
run: |
@@ -27,5 +28,5 @@ jobs:
2728

2829
- name: publish
2930
env:
30-
NPM_TOKEN: ${{ secrets.WORKFLOW_AUTO_PUBLISH }}
31+
NODE_AUTH_TOKEN: ${{ secrets.WORKFLOW_AUTO_PUBLISH }}
3132
run: npm publish

0 commit comments

Comments
 (0)