Skip to content

Commit

Permalink
chore(cd): fix sed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctison committed Nov 9, 2022
1 parent c7001d5 commit fb701b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3

- name: Override version
run: sed -i 's/^version = ".+"$/version = "${{ needs.version.outputs.version }}"/' Cargo.toml
run: sed -Ei 's/^version = ".+"$/version = "${{ needs.version.outputs.version }}"/' Cargo.toml

- name: Install cross
run: cargo install cross --git https://github.com/cross-rs/cross
Expand Down

0 comments on commit fb701b2

Please sign in to comment.