mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -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 }}
|
||||
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
tag_name: ${{ github.ref }}/release
|
||||
release_name: Release ${{ github.ref }}-${{ github.sha }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user