Skip to content

Commit b3e6c46

Browse files
committed
ci: add dummy NPM_TOKEN to environment variables in release workflow
1 parent 7772ab6 commit b3e6c46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ jobs:
5151
uses: cycjimmy/semantic-release-action@v6
5252
id: semantic
5353
env:
54+
NPM_TOKEN: "dummy"
5455
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5556
SEMANTIC_RELEASE_DEBUG: true

0 commit comments

Comments
 (0)