Skip to content

Commit c115853

Browse files
author
Notorious
committed
chore: quick test token is already inactive
1 parent 4606f02 commit c115853

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
run: npm install
3131

3232
- name: Set up npm authentication
33-
run: cat ~/.npmrc
33+
run: |
34+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
35+
cat ~/.npmrc
3436
3537
- name: Run Semantic Release
3638
env:

0 commit comments

Comments
 (0)