Skip to content

Commit cf11740

Browse files
committed
Merge branch '0.0.x'
2 parents 708379d + 4cb055c commit cf11740

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)