Skip to content

Commit

Permalink
ci: cargo lock file update (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreaming-Codes authored May 1, 2023
1 parent ceee18b commit 93ba6ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
version: latest

- name: Rust setup
uses: dtolnay/rust-toolchain@stable

- name: Sync node version
uses: actions/setup-node@v3
with:
Expand All @@ -28,6 +31,9 @@ jobs:
- name: Update version
run: pnpm run setVersion ${{ github.event.inputs.tag }}

- name: Update version in Cargo.lock
run: cargo generate-lockfile --offline

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93ba6ad

Please sign in to comment.