diff --git a/.github/workflows/crucible-release.yaml b/.github/workflows/crucible-release.yaml index d4bee3c..c4fd1fa 100644 --- a/.github/workflows/crucible-release.yaml +++ b/.github/workflows/crucible-release.yaml @@ -96,7 +96,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: push/delete tag to/from the crucible repo - if: ${{ inputs.dry_run == "false" }} + if: ${{ inputs.dry_run == false }} env: TAG: ${{ needs.release-tag.outputs.tag }} run: | @@ -179,7 +179,7 @@ jobs: fetch-tags: true token: ${{ steps.generate-token.outputs.token }} - name: push/delete release tag - if: ${{ inputs.dry_run == "false" }} + if: ${{ inputs.dry_run == false }} env: TAG: ${{ needs.release-tag.outputs.tag }} run: |