mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +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:
|
||||
draft: true
|
||||
body_path: .github/release-note.md
|
||||
tag_name: ${{ needs.prechecks.outputs.version }}
|
||||
name: ${{ needs.prechecks.outputs.version }}
|
||||
tag_name: ${{ github.event.inputs.version }}
|
||||
name: ${{ github.event.inputs.version }}
|
||||
make_latest: ${{ github.event.inputs.release_kind == 'stable' }}
|
||||
files: |
|
||||
${{ env.zipFile }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user