ci: fix incorrect release tag and name

This commit is contained in:
bd_ 2025-03-09 20:29:38 -07:00
parent 5de63b3495
commit e3a01ff58b

View File

@ -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 }}