Skip to content

Commit 16d94bd

Browse files
committed
add secret variable
1 parent ddb0d0e commit 16d94bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
goreleaser build --clean
3535
3636
- name: Publish to npm
37+
env:
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3739
run: |
3840
chmod +x ./packages/publish_npm.sh
3941
./packages/publish_npm.sh

0 commit comments

Comments
 (0)