Skip to content

Commit

Permalink
Remove unnecessary Git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent fd1c7fa commit c4ec1be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- run: npm run build
working-directory: ./
- run: git config --list
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- run: ls
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./
Expand Down

0 comments on commit c4ec1be

Please sign in to comment.