Skip to content

Commit

Permalink
Merge pull request #15 from BitGo/remove-email-npm-conf
Browse files Browse the repository at this point in the history
ci: remove email from npm config
  • Loading branch information
lzjluzijie committed Aug 6, 2024
2 parents 212dd39 + ef7da0c commit 39b2929
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 @@ -44,7 +44,6 @@ jobs:
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 "email=${{ secrets.NPM_EMAIL }}" > .npmrc
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 39b2929

Please sign in to comment.