Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be62133

Browse files
committed
Fix yarn token env name
1 parent ce13c8e commit be62133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- run: mv package/package.json package.json
3030
- run: yarn publish *.tgz
3131
env:
32-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
YARN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)