diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cfc7ad..93bc9ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: "pnpm" # Set this to npm, yarn or pnpm. + cache: "pnpm" - name: install Rust stable uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly @@ -57,7 +57,7 @@ jobs: - name: install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too. - run: pnpm install # change this to npm or pnpm depending on which one you use. + run: pnpm install - uses: tauri-apps/tauri-action@v0 env: @@ -65,9 +65,9 @@ jobs: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} # ref to private key TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} # ref to key password with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: "App v__VERSION__" - releaseBody: "See the assets to download this version and install." - releaseDraft: true + tagName: rockoon-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: "Rockoon v__VERSION__" + # releaseBody: "" + releaseDraft: false prerelease: false args: ${{ matrix.args }}