mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(ci): use cargo update --workspace instead of generate-lockfile (#462)
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Patch version
|
||||
run: |
|
||||
cd desktop && node scripts/set-version-from-tag.mjs "$VERSION"
|
||||
cd src-tauri && cargo generate-lockfile
|
||||
cd src-tauri && cargo update --workspace
|
||||
|
||||
- name: Generate release config
|
||||
run: cd desktop && node scripts/build-release-config.mjs
|
||||
|
||||
Reference in New Issue
Block a user