diff --git a/.github/workflows/ tauri-build.yml b/.github/workflows/ tauri-build.yml index 8edb87fd0..14b2a1c04 100644 --- a/.github/workflows/ tauri-build.yml +++ b/.github/workflows/ tauri-build.yml @@ -46,7 +46,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: lts/* cache: yarn - name: Install Rust stable @@ -66,12 +66,12 @@ jobs: run: yarn install - name: Build and Publish Tauri App - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v0.5.12 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: Packrat-1.0.0 - releaseName: 'Packrat' + tagName: app-v__VERSION__ + releaseName: 'App v__VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false