mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-11 23:19:00 +08:00
ci: fix incorrect release tag and name
This commit is contained in:
parent
5de63b3495
commit
e3a01ff58b
4
.github/workflows/perform-release.yml
vendored
4
.github/workflows/perform-release.yml
vendored
@ -205,8 +205,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
body_path: .github/release-note.md
|
body_path: .github/release-note.md
|
||||||
tag_name: ${{ needs.prechecks.outputs.version }}
|
tag_name: ${{ github.event.inputs.version }}
|
||||||
name: ${{ needs.prechecks.outputs.version }}
|
name: ${{ github.event.inputs.version }}
|
||||||
make_latest: ${{ github.event.inputs.release_kind == 'stable' }}
|
make_latest: ${{ github.event.inputs.release_kind == 'stable' }}
|
||||||
files: |
|
files: |
|
||||||
${{ env.zipFile }}
|
${{ env.zipFile }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user