From 708789193d66765380f49b824ec1b723e62192ef Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Tue, 23 Jan 2024 22:48:50 +0400 Subject: [PATCH] not draft tauri action --- .github/workflows/tauri-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 3d689f513..e1138341c 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -32,7 +32,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v4 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - name: install rust + - name: install rainix tauri release env run: nix profile install .#tauri-release-env - name: install dependencies (ubuntu only) @@ -51,6 +51,4 @@ jobs: tauriScript: 'cargo tauri' tagName: app-v__VERSION__-${{ github.sha }} # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'App v__VERSION__-${{ github.sha }}' - releaseBody: 'See the assets to download this version and install.' - releaseDraft: true - prerelease: false \ No newline at end of file + releaseBody: 'See the assets to download this version and install.' \ No newline at end of file