Skip to content

Commit fe45870

Browse files
authored
ci: reintroduce GITHUB_TOKEN (#387)
1 parent 4014ba1 commit fe45870

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
run: npm i
2828

2929
- name: Release
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
run: npx semantic-release --branches=main --debug

0 commit comments

Comments
 (0)