Skip to content

Commit fac935a

Browse files
committed
ci(workspaces): fix env naming for ci publishing script
1 parent 691115b commit fac935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn build:all
2121
- run: yarn workspace @hawk.so/javascript npm publish --access=public
2222
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
notify:
2525
needs: publish
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)