From b98427e0470d2f221c62ad570a34ef3000c0eba4 Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Mon, 11 Nov 2024 15:07:15 -0800 Subject: [PATCH] removing unnecessary tauriScript config --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17785e76d..46c642eff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,7 +141,6 @@ jobs: args: ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }} --config tauri.rel.conf.json # the action automatically replaces \_\_VERSION\_\_ with the app version tagName: v20__VERSION__ - tauriScript: cargo tauri releaseName: "Spyglass v20__VERSION__" releaseBody: "See the assets to download this version and install." # releaseDraft: true