Skip to content

Commit

Permalink
Add git config command to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent de37502 commit fd1c7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
working-directory: ./
- run: npm run build
working-directory: ./
- run: git config --list
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit fd1c7fa

Please sign in to comment.