Skip to content

Commit d0d11b0

Browse files
authored
chore: fix semantic-release env (#44)
fixes #38
1 parent f83b6c3 commit d0d11b0

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
@@ -19,5 +19,6 @@ jobs:
1919
run: yarn test
2020
- name: Release
2121
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2223
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2324
run: yarn semantic-release

0 commit comments

Comments
 (0)