Skip to content

Commit 676d067

Browse files
committed
Set NODE_AUTH_TOKEN when npm version
1 parent be7b3e3 commit 676d067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
node-modules-
110110
- run: npm install
111111
- run: npm version ${{ github.ref_name }} --no-git-tag-version --workspaces
112+
env:
113+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112114
- run: npm publish --workspaces
113115
env:
114116
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)