From f58d602db4d385a2bd0fca82ceb5e695a7dd5e1e Mon Sep 17 00:00:00 2001 From: SimonLaux Date: Fri, 10 Jan 2025 01:32:57 +0100 Subject: [PATCH] try fix ci --- .github/workflows/build-tauri-preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-tauri-preview.yml b/.github/workflows/build-tauri-preview.yml index 3684202e49..6802b590be 100644 --- a/.github/workflows/build-tauri-preview.yml +++ b/.github/workflows/build-tauri-preview.yml @@ -62,8 +62,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_HEAD_REF: ${{ env.GITHUB_HEAD_REF }} - GITHUB_REF: ${{ env.GITHUB_REF }} + VERSION_INFO_GIT_REF: ${{ github.ref }} with: projectPath: packages/target-tauri args: ${{ matrix.args }}