Skip to content

Commit 8051b7b

Browse files
authored
chore(ci): fix token name
1 parent 0938de2 commit 8051b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: npx semantic-release
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)