Skip to content

Commit

Permalink
fix: Cargo.toml path wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Oct 20, 2022
1 parent e17a83d commit 960950a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
run: |
version=$(echo "${{ steps.release.outputs.version }}" | sed 's/v//g')
sed "s/^version = \".*\"\$/version = \"$version\"/" /Cargo.toml > /tmp/cargo.toml
mv /tmp/cargo.toml /Cargo.toml
sed "s/^version = \".*\"\$/version = \"$version\"/" ./Cargo.toml > /tmp/cargo.toml
mv /tmp/cargo.toml ./Cargo.toml
- name: "Commit version bump"
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 960950a

Please sign in to comment.