Skip to content

Commit d3e2f74

Browse files
use new npm_token
1 parent c52e3e1 commit d3e2f74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
- name: Publish to npm registry
6464
if: env.SHOULD_CONTINUE == 'true'
6565
run: |
66-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
6766
npm publish --access public
6867
env:
6968
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
69+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)