1
0
mirror of https://github.com/Ed94/refactor.git synced 2025-07-14 09:29:01 -07:00

Update release name to just use commit #.

This commit is contained in:
2023-03-30 20:47:25 -04:00
parent 25df998dc2
commit 7d7c34d157

@ -123,8 +123,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}/release
release_name: Release ${{ github.ref }}-${{ github.sha }}
tag_name: release-${{ github.sha | slice(0, 7) }}
release_name: Release ${{ github.sha }}
draft: false
prerelease: false