Skip to content

Commit e106e10

Browse files
committed
fix: add GITHUB_TOKEN
1 parent 331d28b commit e106e10

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
@@ -39,6 +39,7 @@ jobs:
3939
run: npx semantic-release --dry-run
4040
id: release
4141
env:
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4243
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4344

4445
- name: Log in to the Container registry

0 commit comments

Comments
 (0)