Skip to content

Commit 33e8e1d

Browse files
committed
Fix publish
1 parent 2a2c053 commit 33e8e1d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v4
1717
with:
18-
registry-url: 'https://registry.npmjs.org/'
1918
node-version-file: ".nvmrc"
2019

2120
- name: Install dependencies
2221
run: npm ci
2322

2423
- name: Publish
25-
run: npm publish
26-
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
uses: JS-DevTools/npm-publish@v3
25+
with:
26+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)