We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30fbab3 + 518272d commit 0340834Copy full SHA for 0340834
.github/workflows/ci.yaml
@@ -51,4 +51,6 @@ jobs:
51
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
52
run: |
53
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]"
56
pnpm beachball publish --access public --yes -m 'chore(release): applying package updates'
0 commit comments