Skip to content

Commit

Permalink
Merge branch 'master' into release-please--branches--master--componen…
Browse files Browse the repository at this point in the history
…ts--zksync-vm2
  • Loading branch information
joonazan authored Sep 25, 2024
2 parents 037cc47 + c4b22ba commit ab25444
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please-prepare-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "zksync-era-bot"
git remote set-url origin 'https://${{ secrets.RELEASE_TOKEN }}@github.com/matter-labs/vm2.git'
git add ./Cargo.toml
git add ./Cargo.toml ./Cargo.lock
git commit -m "$EXPECTED_COMMIT_MESSAGE"
git push
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: cargo install cargo-workspaces

- name: Build each package separately
run: cargo ws exec cargo build
# Ignore the fuzzing crate which requires a wrapper to build
run: cargo ws exec --ignore-private cargo build

- name: Login to crates.io
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab25444

Please sign in to comment.