Skip to content

Commit

Permalink
Add git log 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 13584ba commit 72d835f
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 @@ -28,6 +28,8 @@ jobs:
- run: ls -a
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: .
- run: git log -n 20 --pretty=oneline
if: always()
- run: git diff HEAD
- run: npm publish --access public
working-directory: .
Expand Down

0 comments on commit 72d835f

Please sign in to comment.