Skip to content

Commit 32f6ed8

Browse files
Add additional logging
1 parent 30b9f1b commit 32f6ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-review-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,12 @@ jobs:
149149
- name: When a repo has all of its tags locally
150150
run: |
151151
git rev-parse --abbrev-ref HEAD
152+
git log --graph --decorate
153+
152154
git pull
153155
git fetch -t
156+
git log --graph --decorate
157+
154158
155159
156160
- name: And a new version is requested with fallback-to-no-prefix set

0 commit comments

Comments
 (0)