From a81e5058fa759010df91974953e8b6ae79fbae7b Mon Sep 17 00:00:00 2001 From: Karan Handa Date: Fri, 6 Mar 2026 22:00:42 +0530 Subject: [PATCH] fix(ci): provide app token before publish prepare step --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0dbd04f821..0f03323f52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -176,6 +176,13 @@ jobs: workspaces: packages/desktop/src-tauri shared-key: ${{ matrix.settings.target }} + - name: Setup git committer + id: committer + uses: ./.github/actions/setup-git-committer + with: + opencode-app-id: ${{ vars.OPENCODE_APP_ID }} + opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }} + - name: Prepare run: | cd packages/desktop @@ -205,13 +212,6 @@ jobs: if: contains(matrix.settings.host, 'ubuntu') run: cargo tauri --version - - name: Setup git committer - id: committer - uses: ./.github/actions/setup-git-committer - with: - opencode-app-id: ${{ vars.OPENCODE_APP_ID }} - opencode-app-secret: ${{ secrets.OPENCODE_APP_SECRET }} - - name: Build and upload artifacts uses: tauri-apps/tauri-action@390cbe447412ced1303d35abe75287949e43437a timeout-minutes: 60