1 parent 37ac10d commit 927b255Copy full SHA for 927b255
1 file changed
.github/workflows/release.yml
@@ -86,6 +86,8 @@ jobs:
86
- name: Create GitHub Release
87
uses: softprops/action-gh-release@v2
88
with:
89
+ tag_name: ${{ github.ref_name }}
90
+ name: Release ${{ github.ref_name }}
91
files: |
92
autoar-*.tar.gz
93
autoar-*.zip
0 commit comments