From a1b9b27bb54bc7d034c996ec9d054f2d193298ac Mon Sep 17 00:00:00 2001 From: SteveXMH <39523898+Steve-xmh@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:03:49 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a23ab5a..74aaccd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get update sudo apt-get install -y webkit2gtk-4.0 - name: install app dependencies, download static assets and build it - run: yarn && yarn fetch && yarn tauri build + run: yarn && yarn fetch - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -33,5 +33,5 @@ jobs: tagName: nightly # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: "ClipCC Desktop Tauri Nightly Build" releaseBody: "You can download the build to test." - releaseDraft: true - prerelease: false + releaseDraft: false + prerelease: true