We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e71d5b9 + 59032d2 commit 32ba44bCopy full SHA for 32ba44b
.github/workflows/prepare-release.yml
@@ -60,6 +60,9 @@ jobs:
60
env:
61
GITHUB_TOKEN: ${{ github.token }}
62
run: |
63
+ # Don't fail the step if gh fails to find the release
64
+ set +e
65
+
66
release=$(gh release view v$RELEASE_VERSION --json name,isDraft)
67
if [[ -z "$release" ]]; then
68
echo "Release v$RELEASE_VERSION does not exist. Proceeding"
0 commit comments