Skip to content

Commit 4cb055c

Browse files
committed
Target Commit SHA for Tag
Closes gh-77 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent a09ed41 commit 4cb055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ runs:
2727
git config user.email 'github-actions[bot]@users.noreply.github.com'
2828
set +e
2929
gh release delete $TAG -y --cleanup-tag
30-
RELEASE_URL=$(gh release create $TAG -F $RELEASE_NOTES_LOCATION $PRERELEASE)
30+
RELEASE_URL=$(gh release create $TAG -F $RELEASE_NOTES_LOCATION $PRERELEASE --target $GITHUB_SHA)
3131
echo "::notice title=Release Page::$RELEASE_URL"

0 commit comments

Comments
 (0)