Skip to content

Commit f796da2

Browse files
committed
fix: restore npm_token
1 parent ffaedf8 commit f796da2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
uses: cycjimmy/semantic-release-action@v6.0.0
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6566
with:
6667
branches: |
6768
['master', 'main']

0 commit comments

Comments
 (0)