mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Update release name to just use commit #.
This commit is contained in:
parent
25df998dc2
commit
7d7c34d157
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -123,8 +123,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}/release
|
tag_name: release-${{ github.sha | slice(0, 7) }}
|
||||||
release_name: Release ${{ github.ref }}-${{ github.sha }}
|
release_name: Release ${{ github.sha }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user