diff --git a/.github/workflows/update-version.yaml b/.github/workflows/update-version.yaml index cb95470..231a392 100644 --- a/.github/workflows/update-version.yaml +++ b/.github/workflows/update-version.yaml @@ -35,7 +35,7 @@ jobs: echo "new_version=$new_version" >> $GITHUB_ENV - name: Create Git Tag - if: ${{ github.event.inputs.dry_run }} + if: ${{ github.event.inputs.dry_run == 'false' }} run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"