Update build-and-release.yml

This commit is contained in:
breadbyte 2026-03-22 15:25:15 +08:00 committed by GitHub
parent 9a803fec3f
commit c5474f38bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "artifacts/**/*"
tagName: ${{ needs.create-tag.outputs.build-tag }}
tag: ${{ needs.create-tag.outputs.build-tag }}
name: '${{ needs.create-tag.outputs.build-tag }}: ${{ github.event.head_commit.message }}'
generateReleaseNotes: true
artifactErrorsFailBuild: true