Skip to content

Commit 1f74b1b

Browse files
authored
fix: semantic-release uses GITHUB_TOKEN
1 parent 6a582ab commit 1f74b1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,5 @@ jobs:
218218
- name: Run semantic release
219219
run: |
220220
npx semantic-release --ci
221+
env:
222+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)