From a6d0a18035fedad829ca2da049112822291cd9fd Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Thu, 21 Mar 2024 16:42:07 -0500 Subject: [PATCH] ci(windows): publish Windows Client MSI (#4251) I think this was just a small regression from the big CI refactor last week. `update-release-draft` doesn't exist in this file anymore. Closes #4248 --- .github/workflows/_tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index ca2f4be3c..e2cdafcb4 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -106,6 +106,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPOSITORY: ${{ github.repository }} - TAG_NAME: ${{ needs.update-release-draft.outputs.tag_name }} + TAG_NAME: ${{ inputs.release_tag || env.VERSION }} shell: bash run: ${{ matrix.upload_script }}