Skip to content

Commit

Permalink
ci: set github-actions[bot] as git user for release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
  • Loading branch information
molisani committed Nov 4, 2024
1 parent 707501c commit e22572e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- run: npm ci --legacy-peer-deps
- uses: nrwl/nx-set-shas@v4

- run: git config --global user.name "github-actions[bot]"
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

- run: npx nx release --yes ${{ inputs.dry-run && '--dry-run' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e22572e

Please sign in to comment.