mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 12:05:14 +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
|
uses: Multiverse/release-on-push-action@support_prerelease
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITHUB_SHA: ${{ steps.get-release.outputs.tag_name }}
|
GITHUB_SHA: ${{ steps.get-release.outputs.target_commitish }}
|
||||||
with:
|
with:
|
||||||
bump_version_scheme: ${{ github.event.inputs.version-bump }}
|
bump_version_scheme: ${{ github.event.inputs.version-bump }}
|
||||||
tag_prefix: ''
|
tag_prefix: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user