mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-29 01:28:39 -04:00
feat(ci): Bump GUI version when drafting new release using CI
This commit is contained in:
parent
f1fabcf8e3
commit
dbeb72957d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/draft-new-release.yml
vendored
6
.github/workflows/draft-new-release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue