We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1f8aa commit 4e5956bCopy full SHA for 4e5956b
.github/workflows/ci-tests-nightly.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Checkout
45
uses: actions/[email protected]
46
47
- - name: Tags
48
- run: git fetch --tags
+ - name: Unshallow and Get Tags
+ run: git fetch --prune --unshallow --tags
49
50
- name: Set up JDK
51
uses: actions/setup-java@v2
@@ -78,9 +78,9 @@ jobs:
78
steps:
79
80
uses: actions/checkout@v2
81
-
82
83
+
84
85
86
0 commit comments