From 21e2b789c74890821b77c9b9d11a08263a5fcb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 01:33:39 +0000 Subject: [PATCH] Update release-and-update-changelog.yml --- .github/workflows/release-and-update-changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index 4ccb591..f65a22e 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -66,10 +66,10 @@ jobs: run: pnpm install - name: update the changelog and add a new tag - if: ${{ (${{ inputs.deploy_version }} == "") }} + if: ${{ inputs.deploy_version }} == '' run: pnpm release:changelog - name: update the changelog and add a specific tag - if: ${{ (${{ inputs.deploy_version }} != "") }} + if: ${{ inputs.deploy_version }} != '' run: pnpm release:changelog --release-as ${{ inputs.deploy_version }}