Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32ba44b

Browse files
authored
Merge pull request#433 from rvermeulen/rvermeulen/address-gh-release-failing
Address failing step if release is new
2 parentse71d5b9 +59032d2 commit32ba44b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/prepare-release.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
env:
6161
GITHUB_TOKEN:${{ github.token }}
6262
run:|
63+
# Don't fail the step if gh fails to find the release
64+
set +e
65+
6366
release=$(gh release view v$RELEASE_VERSION --json name,isDraft)
6467
if [[ -z "$release" ]]; then
6568
echo "Release v$RELEASE_VERSION does not exist. Proceeding"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp