Skip to content

Commit

Permalink
i forgot this runs on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDynamix committed Aug 13, 2024
1 parent 26e3c1c commit 3997a3e
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 @@ -40,7 +40,7 @@ jobs:
# by toml-cli. excuse this workaround.
run: |
toml set Cargo.toml package.version ${{inputs.nextVersion}} > Cargo.toml.tmp
del Cargo.toml
rm Cargo.toml
mv Cargo.toml.tmp Cargo.toml
cargo build
- name: Push updated version
Expand Down

0 comments on commit 3997a3e

Please sign in to comment.