Skip to content

Commit e61a3af

Browse files
Copilotmadkoding
andcommitted
Fix release workflow: add missing tag_name to softprops/action-gh-release@v2
Co-authored-by: madkoding <333442+madkoding@users.noreply.github.com>
1 parent 51e32ba commit e61a3af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
- name: Create Release
144144
uses: softprops/action-gh-release@v2
145145
with:
146+
tag_name: ${{ steps.version.outputs.version }}
146147
name: ${{ steps.version.outputs.version }}
147148
draft: false
148149
prerelease: false

0 commit comments

Comments
 (0)