Skip to content

Commit 388e976

Browse files
committed
ci: fix missing NPM_TOKEN on releasing
1 parent 7810e6d commit 388e976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ jobs:
5757
env:
5858
CI: 'true'
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
GH_BRANCH: ${{ github.ref }}
60+
GH_BRANCH: master
6161
GH_REPO: ${{ github.repository }}
62+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)