Skip to content

Commit

Permalink
feat(ci): Update version in tauri.conf.json for GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Nov 13, 2024
1 parent eac435a commit 27d6e23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27d6e23

Please sign in to comment.