From b83d6269e0e3b062447c4437930c76042eb74dc6 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 04:22:13 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 917463b..a557b41 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,7 +84,14 @@ 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