From c7d7c7949eed0c520bbfbe7eeccbcbcf07bf7fe3 Mon Sep 17 00:00:00 2001 From: perekopskiy Date: Tue, 7 May 2024 19:11:34 +0300 Subject: [PATCH] fix --- .github/workflows/release-please-cargo-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please-cargo-lock.yml b/.github/workflows/release-please-cargo-lock.yml index 5391ee54cb90..a811587e9aad 100644 --- a/.github/workflows/release-please-cargo-lock.yml +++ b/.github/workflows/release-please-cargo-lock.yml @@ -27,7 +27,7 @@ jobs: touch ./test.txt git config --global user.email "zksync-era-bot@users.noreply.github.com" git config --global user.name "zksync-era-bot" - git remote add 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-era.git' git add ./Cargo.lock ./test.txt git commit -m "Update Cargo.lock" git push