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 b4d66d8 commit 82ee1f4Copy full SHA for 82ee1f4
.github/workflows/ci-tests-nightly.yml
@@ -21,9 +21,8 @@ jobs:
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v2
24
-
25
- - name: Get Tags
26
- run: git fetch --tags
+ with:
+ fetch-depth: '0'
27
28
- name: Release Type
29
id: cf_release_type
@@ -102,4 +101,4 @@ jobs:
102
101
env:
103
CM_RELEASE: false
104
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
105
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments