mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Use target_commitish for GITHUA_SHA.
This commit is contained in:
parent
66e21da6b2
commit
cdf9767959
2
.github/workflows/promote_release.yml
vendored
2
.github/workflows/promote_release.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
uses: Multiverse/release-on-push-action@support_prerelease
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_SHA: ${{ steps.get-release.outputs.tag_name }}
|
||||
GITHUB_SHA: ${{ steps.get-release.outputs.target_commitish }}
|
||||
with:
|
||||
bump_version_scheme: ${{ github.event.inputs.version-bump }}
|
||||
tag_prefix: ''
|
||||
|
Loading…
Reference in New Issue
Block a user