Skip to content

Commit a174597

Browse files
authored
Fix issue where publishing GitHub release for tags fails (#277)
1 parent 87827e8 commit a174597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ jobs:
128128
run: make release-notes | gh release create "$IMAGE_TAG" --notes-file -
129129
env:
130130
IMAGE_TAG: ${{ steps.image_tag.outputs.tag }}
131+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)