Skip to content

Commit

Permalink
chore(ci): Use correct path to Cargo.toml (#194)
Browse files Browse the repository at this point in the history
(I love debugging CI)
  • Loading branch information
popzxc authored Sep 6, 2024
1 parent caa9227 commit 9a4f338
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -66,6 +66,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/era-consensus.git'
git add ./Cargo.toml
git add ./node/Cargo.toml
git commit -m "$EXPECTED_COMMIT_MESSAGE"
git push

0 comments on commit 9a4f338

Please sign in to comment.