Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: configure git user in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent ae11272 commit dbab083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: npm run build
- name: Print Environment Info
run: npx nx report
- name: Configure git user
run: |
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
- name: Release packages
run: npx nx release --skip-publish
env:
Expand Down

0 comments on commit dbab083

Please sign in to comment.