You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if gh release view "$RELEASE_TAG" >/dev/null 2>&1; then
56
56
echo "Release tag '$RELEASE_TAG' already exists. No action needed."
@@ -68,16 +68,14 @@ jobs:
68
68
# Use the repo variable for the template if it exists, otherwise use the default.
69
69
# Note: We use \n for newlines to keep it a valid one-line expression.
70
70
NOTES_TEMPLATE: ${{ vars.RELEASE_NOTE_TEMPLATE || 'This release corresponds to the upstream release in the **{{RepositoryName}}** repository.\n\n**Original Release:** {{URL}}' }}
0 commit comments