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