diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80b0e036..733cf820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: echo OUTPUTS: "$OUTPUTS" - name: Update Version - if: ${{ steps.release-please.outputs.prs_created }} + if: ${{ steps.release-please.outputs.prs_created == 'true'}} shell: bash env: GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}