Skip to content

Commit 4e5956b

Browse files
committed
GHA is shallow, apparently
1 parent 0b1f8aa commit 4e5956b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Checkout
4545
uses: actions/[email protected]
4646

47-
- name: Tags
48-
run: git fetch --tags
47+
- name: Unshallow and Get Tags
48+
run: git fetch --prune --unshallow --tags
4949

5050
- name: Set up JDK
5151
uses: actions/setup-java@v2
@@ -78,9 +78,9 @@ jobs:
7878
steps:
7979
- name: Checkout
8080
uses: actions/checkout@v2
81-
82-
- name: Tags
83-
run: git fetch --tags
81+
82+
- name: Unshallow and Get Tags
83+
run: git fetch --prune --unshallow --tags
8484

8585
- name: Set up JDK
8686
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)