Skip to content

Commit

Permalink
Configures git user in the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
katrotz committed Aug 25, 2024
1 parent 834dfde commit 5786d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: yarn build

# Configure Git
# - name: Git configuration
# run: |
## git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
# git config --global user.name "GitHub Actions"
- name: Git configuration
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
# Bump package version
# Use tag latest
Expand Down

0 comments on commit 5786d60

Please sign in to comment.