From 9a4f338c889b37418e84dbc3811ca9b95ca43d87 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Fri, 6 Sep 2024 16:28:13 +0400 Subject: [PATCH] chore(ci): Use correct path to Cargo.toml (#194) (I love debugging CI) --- .github/workflows/release-please-prepare-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please-prepare-branch.yml b/.github/workflows/release-please-prepare-branch.yml index 1709e440..0855787a 100644 --- a/.github/workflows/release-please-prepare-branch.yml +++ b/.github/workflows/release-please-prepare-branch.yml @@ -66,6 +66,6 @@ jobs: git config --global user.email "zksync-era-bot@users.noreply.github.com" 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