From 7eaf1210e9ae6ae91a2282cceb12b01194a2fc11 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 21 Oct 2024 08:56:26 +0900 Subject: [PATCH] a --- .github/workflows/update-version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"