Skip to content

Commit 28c46a0

Browse files
authored
Merge pull request #50 from LGLabGreg/ci-publish
ci: add NODE_AUTH_TOKEN in release.yml
2 parents 55f57ba + f6e997b commit 28c46a0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/wise-adults-impress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
---
4+
5+
add NODE_AUTH_TOKEN in release.yml

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)