Skip to content

Commit 0340834

Browse files
authored
Merge pull request #16 from RightCapitalHQ/feature/add-bot-user-for-beachball
ci: provide git information for bot user
2 parents 30fbab3 + 518272d commit 0340834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
5252
run: |
5353
npm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}"
54+
git config --local user.email "[email protected]"
55+
git config --local user.name "GitHub Actions[bot]"
5456
pnpm beachball publish --access public --yes -m 'chore(release): applying package updates'

0 commit comments

Comments
 (0)