Skip to content

Commit ea3d68d

Browse files
committed
ci: fixed missing option in release creation action
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent 7cbb3e0 commit ea3d68d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
-
3131
name: Extract tag message
3232
id: get-message
33-
# tag message is not retrieved unless with fetch the ref explictly
33+
# tag message is not retrieved unless we fetch the ref explictly
3434
run: |
3535
set -x
3636
@@ -66,4 +66,5 @@ jobs:
6666
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
6767
with:
6868
body: ${{ steps.notes.outputs.content }}
69+
tag_name: ${{ inputs.tag }}
6970
generate_release_notes: false # skip auto-generated release notes from github API

0 commit comments

Comments
 (0)