Skip to content

Commit

Permalink
ci: Brush up repo for publishing – post-release fixes (#70)
Browse files Browse the repository at this point in the history
# What ❔

Fixes the release workflow.

## Why ❔

The release workflow is currently broken.
  • Loading branch information
slowli authored Sep 25, 2024
1 parent 9b36813 commit c4b22ba
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 c4b22ba

Please sign in to comment.