Skip to content

Commit 8f36e23

Browse files
committed
Add NPM_TOKEN to publish alpha step
1 parent 6b166ab commit 8f36e23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ jobs:
7171
run: |
7272
version=`node .github/workflows/getVersion.js 2.0.0`
7373
npm --no-git-tag-version version $version
74-
npm publish --tag alpha
74+
npm publish --tag alpha
75+
env:
76+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)