Skip to content

Commit 142d73d

Browse files
Typo in NPM token name
1 parent 91d929c commit 142d73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ jobs:
178178
run: |
179179
yarn publish --non-interactive
180180
env:
181-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
181+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)