Skip to content

Commit

Permalink
fix: release tag to match STL behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomHare authored May 29, 2024
1 parent 74c53c3 commit 987d986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-yad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
Yad-${{ steps.yad_version.outputs.version }}-x86_64.AppImage
Yad-${{ steps.yad_version.outputs.version }}-x86_64.AppImage.sha512sum
body: "[`yad`](https://github.com/v1cont/yad) ${{ steps.yad_version.outputs.version }} appimage built on ubuntu with github actions"
tag_name: Yad-${{ steps.yad_version.outputs.version }}
tag_name: Yad-${{ steps.yad_version.outputs.version }}-x86_64.AppImage

0 comments on commit 987d986

Please sign in to comment.