Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blakep7 committed Jul 29, 2023
1 parent 7a5fe59 commit 3339a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases/tags/v${{ env.AGBOT_VERSION }} \
| jq -r '.html_url')
sleep 10
if [[ RELEASE_STATUS != 'null' ]]; then
echo "::error::Attempted to create a release for a version of Anax that already has a release page, see $RELEASE_STATUS"
exit 1
Expand Down

0 comments on commit 3339a8f

Please sign in to comment.