feat(ci): Update version in tauri.conf.json for GUI

This commit is contained in:
Binarybaron 2024-11-13 20:53:33 +01:00
parent eac435aba6
commit 27d6e23b93

View file

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