From dbeb72957dc7b96195487e4dec6f4836dac2f57f Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Wed, 13 Nov 2024 16:13:19 +0100 Subject: [PATCH] feat(ci): Bump GUI version when drafting new release using CI --- .github/workflows/draft-new-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index c401550e..580b618f 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -36,6 +36,12 @@ jobs: version: ${{ github.event.inputs.version }} manifest: swap/Cargo.toml + - name: Bump version in Cargo.toml for GUI + uses: thomaseizinger/set-crate-version@1.0.0 + with: + version: ${{ github.event.inputs.version }} + manifest: src-tauri/Cargo.toml + - name: Update Cargo.lock run: cargo update --workspace