diff --git a/.github/workflows/gh-release-please.yml b/.github/workflows/gh-release-please.yml index ac285c8..c8cbc4d 100644 --- a/.github/workflows/gh-release-please.yml +++ b/.github/workflows/gh-release-please.yml @@ -26,7 +26,7 @@ jobs: release-type: terraform-module - uses: actions/checkout@v4 - name: tag major and minor versions - if: ${{ steps.release.outputs.release_created && env.major_and_minor_tags }} + if: ${{ steps.release.outputs.release_created == true && env.major_and_minor_tags }} run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com