Skip to content

Commit

Permalink
ci: patch the cargo version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Aug 13, 2023
1 parent b490a25 commit d6ea0bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Patch the Cargo version
run: |
echo "TODO"
sed -i 's/0.0.0-placeholder-version/${{ env.next-version }}/' Cargo.toml
git diff
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d6ea0bc

Please sign in to comment.