fix: tolerate beta release creation races

This commit is contained in:
Mohamed Boudra
2026-04-20 20:40:55 +07:00
parent 970bf828b3
commit 76b9f89f68

View File

@@ -66,7 +66,9 @@ jobs:
--repo "${{ github.repository }}" \
--title "Paseo $RELEASE_TAG" \
--generate-notes \
$prerelease_flag
$prerelease_flag || {
echo "Release creation raced with another workflow; continuing."
}
fi
publish-macos: