Skip to content

Commit e616629

Browse files
committed
Fix permission for gh tool
semver:patch
1 parent 25c7099 commit e616629

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323

2424
- name: Create Release
2525
run: gh release create ${{ steps.gitversion.outputs.majorMinorPatch }} --generate-notes
26+
env:
27+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)