Skip to content

Commit 00f5dcc

Browse files
authored
ci: 🎡 Add npm publish secret (#42)
1 parent 1a287be commit 00f5dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ jobs:
103103
registry-url: 'https://registry.npmjs.org'
104104
- run: npm ci --prefer-offline
105105
- run: npm publish --provenance --access public
106+
env:
107+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)