We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbb3e0 commit ea3d68dCopy full SHA for ea3d68d
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
-
31
name: Extract tag message
32
id: get-message
33
- # tag message is not retrieved unless with fetch the ref explictly
+ # tag message is not retrieved unless we fetch the ref explictly
34
run: |
35
set -x
36
@@ -66,4 +66,5 @@ jobs:
66
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
67
with:
68
body: ${{ steps.notes.outputs.content }}
69
+ tag_name: ${{ inputs.tag }}
70
generate_release_notes: false # skip auto-generated release notes from github API
0 commit comments