Skip to content

Commit d32f6cf

Browse files
committed
#patch: add tag_name
1 parent 0043287 commit d32f6cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tag_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- name: Create Github Release
4747
uses: softprops/action-gh-release@v1
4848
with:
49-
body: ${{steps.github_release.outputs.changelog}}
49+
body: ${{steps.github_release.outputs.changelog}}
50+
tag_name: ${{ steps.tag_version.outputs.tag }}

0 commit comments

Comments
 (0)