Skip to content

Commit

Permalink
ci: remove email from npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
louib-bitgo committed Aug 6, 2024
1 parent 212dd39 commit ef7da0c
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 ef7da0c

Please sign in to comment.