Skip to content

Commit

Permalink
Explicitly build harmonizer so that we get updates to Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
clenfest committed Jul 25, 2024
1 parent 847b386 commit 0c5eda2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
# run: curl https://sh.rustup.rs -sSf | sh -s -- -y

- name: Run cargo xtask
run: cargo xtask dist --debug
run: cargo xtask dist

- name: Run cargo build
run: cargo build -p harmonizer

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 0c5eda2

Please sign in to comment.