Skip to content

Commit b6d2a5a

Browse files
authored
add missing registry for npm publish (#283)
1 parent e0dab4b commit b6d2a5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
persist-credentials: false
16-
16+
- uses: actions/setup-node@main
17+
with:
18+
registry-url: 'https://registry.npmjs.org'
1719
- run: npm publish
1820
env:
19-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)