Skip to content

Commit

Permalink
Merge pull request #53 from emmachase/main
Browse files Browse the repository at this point in the history
chore: generate lockfile without building
  • Loading branch information
IceDynamix authored Aug 22, 2024
2 parents 3997a3e + bf924dd commit 7537263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
toml set Cargo.toml package.version ${{inputs.nextVersion}} > Cargo.toml.tmp
rm Cargo.toml
mv Cargo.toml.tmp Cargo.toml
cargo build
cargo generate-lockfile
- name: Push updated version
run: |
git config user.name "reliquary-archiver bot"
Expand Down

0 comments on commit 7537263

Please sign in to comment.