Skip to content

Commit

Permalink
Add git config command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 25628af commit cb16436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- run: npm run build
working-directory: ./package
- run: git config --list
- run: git config --list
working-directory: ./package
- run: ls
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./package
Expand Down

0 comments on commit cb16436

Please sign in to comment.