Skip to content

Commit

Permalink
Merge pull request #16 from BitGo/publish
Browse files Browse the repository at this point in the history
feat: remove git checkout from publish.yml
  • Loading branch information
rushilbg authored Aug 6, 2024
2 parents 39b2929 + 5ccb6da commit 8813af5
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 8813af5

Please sign in to comment.