diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 755b299..e8be707 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: echo "new_commits=$NEW_COMMITS" >> $GITHUB_OUTPUT build: needs: check_commits - if: ${{ needs.check_commits.outputs.has_new_commits == 'true' && inputs.release_type != 'none' }} + if: ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }} name: Build Signed APK runs-on: ubuntu-latest env: