Skip to content

Commit 011506d

Browse files
ci(GitHub Actions): Allow publish to NPM [CICD-236] (#34)
1 parent 98d47d9 commit 011506d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
- run: npm run semantic-release
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
29+
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}

0 commit comments

Comments
 (0)