mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 16:48:58 -05:00
feat(ci): Update version in tauri.conf.json for GUI
This commit is contained in:
parent
eac435aba6
commit
27d6e23b93
1 changed files with 4 additions and 0 deletions
4
.github/workflows/draft-new-release.yml
vendored
4
.github/workflows/draft-new-release.yml
vendored
|
|
@ -42,6 +42,10 @@ jobs:
|
|||
version: ${{ github.event.inputs.version }}
|
||||
manifest: src-tauri/Cargo.toml
|
||||
|
||||
- name: Update version in tauri.conf.json for GUI
|
||||
run: |
|
||||
sed -i 's/"version": "[^"]*"/"version": "${{ github.event.inputs.version }}"/' src-tauri/tauri.conf.json
|
||||
|
||||
- name: Update Cargo.lock
|
||||
run: cargo update --workspace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue