We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09ed41 commit 4cb055cCopy full SHA for 4cb055c
publish-release-notes/action.yml
@@ -27,5 +27,5 @@ runs:
27
git config user.email 'github-actions[bot]@users.noreply.github.com'
28
set +e
29
gh release delete $TAG -y --cleanup-tag
30
- RELEASE_URL=$(gh release create $TAG -F $RELEASE_NOTES_LOCATION $PRERELEASE)
+ RELEASE_URL=$(gh release create $TAG -F $RELEASE_NOTES_LOCATION $PRERELEASE --target $GITHUB_SHA)
31
echo "::notice title=Release Page::$RELEASE_URL"
0 commit comments