mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-22 06:54:44 -08:00
Change workflow release tag name and release_name
This commit is contained in:
parent
0246b8419a
commit
9479a28282
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -125,8 +125,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}/release
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}-${{ github.sha }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user