feat(ci): Bump GUI version when drafting new release using CI

This commit is contained in:
Binarybaron 2024-11-13 16:13:19 +01:00
parent f1fabcf8e3
commit dbeb72957d

View file

@ -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