Skip to content

Commit 48e8c69

Browse files
committed
Updates token in workflow publish file
1 parent 232ba62 commit 48e8c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm ci
1919
- run: npm publish --tag beta
2020
env:
21-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
21+
NODE_AUTH_TOKEN: ${{ secrets.NPM_BETA_TOKEN }}
2222
publish-git:
2323
runs-on: ubuntu-latest
2424
steps:

0 commit comments

Comments
 (0)