Skip to content

Commit 10f9160

Browse files
committed
chore: update workflow npm token
1 parent c85b39c commit 10f9160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-from-prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: "NPM Identity"
2323
run: |
24-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
24+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> ~/.npmrc
2525
npm whoami
2626
2727
- name: "Git Config"
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Version & Publish
3333
env:
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3535
GH_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
3636
run: |
3737
pnpm run ci:publish:latest-from-pre

0 commit comments

Comments
 (0)