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 }}