Skip to content

Commit

Permalink
feat: remove git checkout from publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilbg committed Aug 6, 2024
1 parent 39b2929 commit 5ccb6da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
git config --global user.name 'Git bot'
git config --global user.email '[email protected]'
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
Expand Down

0 comments on commit 5ccb6da

Please sign in to comment.