Skip to content

Commit

Permalink
ci: release with git user and email
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent 04ef816 commit a5632e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0

- run: |
git config user.email "robby.rabbitman+nx-plus@gmail.com"
git config user.name "release"
- run: corepack enable

- uses: actions/setup-node@v4
Expand All @@ -27,6 +31,3 @@ jobs:
- run: pnpm exec nx report

- run: pnpm exec nx release --skip-publish
env:
GIT_AUTHOR_NAME: release
GIT_AUTHOR_EMAIL: robby.rabbitman+nx-plus@gmail.com

0 comments on commit a5632e6

Please sign in to comment.