mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix: tolerate beta release creation races
This commit is contained in:
4
.github/workflows/desktop-release.yml
vendored
4
.github/workflows/desktop-release.yml
vendored
@@ -66,7 +66,9 @@ jobs:
|
|||||||
--repo "${{ github.repository }}" \
|
--repo "${{ github.repository }}" \
|
||||||
--title "Paseo $RELEASE_TAG" \
|
--title "Paseo $RELEASE_TAG" \
|
||||||
--generate-notes \
|
--generate-notes \
|
||||||
$prerelease_flag
|
$prerelease_flag || {
|
||||||
|
echo "Release creation raced with another workflow; continuing."
|
||||||
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
publish-macos:
|
publish-macos:
|
||||||
|
|||||||
Reference in New Issue
Block a user