Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 30, 2024
1 parent 9042f68 commit bfbb529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/should_release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
IS_RELEASE="${{ contains(github.head_ref, 'release--') }}"
SHOULD_RELEASE="false"
if [[ $IS_RELEASE== "true" && "$COMMIT_MESSAGE" == "azle-bot automated release $RELEASE_VERSION" ]]; then
if [[ $IS_RELEASE == "true" && "$COMMIT_MESSAGE" == "azle-bot automated release $RELEASE_VERSION" ]]; then
SHOULD_RELEASE="true"
fi
Expand Down

0 comments on commit bfbb529

Please sign in to comment.