Skip to content

Commit 6228d63

Browse files
fix
1 parent 1109a2f commit 6228d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Ensure token is available
3131
run: |
32-
gh release edit ${{ github.event.release.tag_name }} \
32+
gh release edit ${{ github.event.inputs.release_tag }} \
3333
--notes "${{ steps.notes.outputs.release_notes }}"

0 commit comments

Comments
 (0)