Use target_commitish for GITHUA_SHA.

This commit is contained in:
Jeremy Wood 2023-02-25 13:41:26 -05:00
parent 66e21da6b2
commit cdf9767959
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 1 deletions

View File

@ -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: ''