From 5ccb6daf6a8acabe5c7bb08aa4a92a797a175319 Mon Sep 17 00:00:00 2001 From: Rushil Kapoor Date: Tue, 6 Aug 2024 13:46:38 +0530 Subject: [PATCH] feat: remove git checkout from publish.yml BTC-1336 --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ea1b76..372b69c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,6 @@ jobs: git config --global user.name 'Git bot' git config --global user.email 'bot@noreply.github.com' git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} - git checkout -b release-$(git rev-parse --short HEAD) echo "@bitgo:registry=https://registry.npmjs.org" >> .npmrc echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc echo "//registry.npmjs.org/:always-auth=true" >> .npmrc