set target to sha in release creation (#4763)

This commit is contained in:
ebbit1q 2023-03-03 17:40:16 +01:00 committed by GitHub
parent c14936c63c
commit a416ee8f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ jobs:
env: env:
GH_TOKEN: ${{github.token}} GH_TOKEN: ${{github.token}}
tag_name: ${{steps.configure.outputs.tag}} tag_name: ${{steps.configure.outputs.tag}}
target: ${{github.ref}} target: ${{steps.configure.outputs.sha}}
release_name: ${{steps.prepare.outputs.title}} release_name: ${{steps.prepare.outputs.title}}
body_path: ${{steps.prepare.outputs.body_path}} body_path: ${{steps.prepare.outputs.body_path}}
prerelease: ${{steps.prepare.outputs.is_beta}} prerelease: ${{steps.prepare.outputs.is_beta}}