From cd3da4b234d36f233ecd9af76628c2b8cc29827b Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 04:49:04 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a557b41..3313282 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,13 +84,6 @@ jobs: - name: Install node dependencies run: npm install - - - name: Set crate version - # You may pin to the exact commit or the version. - # uses: thomaseizinger/set-crate-version@0941739e872e465c18af1148eccf85b249b82016 - uses: thomaseizinger/set-crate-version@1.0.0 - with: - version: ${{ github.event.inputs.version}} - name: Build application run: npm run tauri build