Skip to content

Commit 927b255

Browse files
committed
fix: Add tag_name to release creation step for proper release creation
1 parent 37ac10d commit 927b255

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
- name: Create GitHub Release
8787
uses: softprops/action-gh-release@v2
8888
with:
89+
tag_name: ${{ github.ref_name }}
90+
name: Release ${{ github.ref_name }}
8991
files: |
9092
autoar-*.tar.gz
9193
autoar-*.zip

0 commit comments

Comments
 (0)