Skip to content

Commit

Permalink
Display git status/log during publish
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent dd817a2 commit bb88ded
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ jobs:
make develop
#-------- Publishing of package
- name: Display git log
run: |
git log HEAD~..HEAD
- name: Display git status
run: |
git status
- name: Build the distribution
run: |
make build
Expand Down

0 comments on commit bb88ded

Please sign in to comment.