Skip to content

Commit

Permalink
chore(ci): Fix release-please workflows #4 (#30)
Browse files Browse the repository at this point in the history
Set correct repo to push to
  • Loading branch information
popzxc authored Sep 3, 2024
1 parent 116ccd3 commit e3854a5
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 @@ -61,7 +61,7 @@ jobs:
run: |
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/zksync-era.git'
git remote set-url origin 'https://${{ secrets.RELEASE_TOKEN }}@github.com/matter-labs/zksync-protocol.git'
git add ./Cargo.toml
git commit -m "$EXPECTED_COMMIT_MESSAGE"
git push

0 comments on commit e3854a5

Please sign in to comment.