Skip to content

Commit b37ea84

Browse files
committed
Update env variable name
1 parent 87c60e2 commit b37ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
run: yarn semantic-release
3535
env:
3636
GH_TOKEN: ${{ secrets.GH_TOKEN }}
37-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
HUSKY: 0

0 commit comments

Comments
 (0)