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 3339a8f commit 5456de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sleep 10
if [[ RELEASE_STATUS != 'null' ]]; then
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
fi
Expand Down

0 comments on commit 5456de1

Please sign in to comment.