Skip to content

Commit 82ee1f4

Browse files
authored
Update ci-tests-nightly.yml
1 parent b4d66d8 commit 82ee1f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v2
24-
25-
- name: Get Tags
26-
run: git fetch --tags
24+
with:
25+
fetch-depth: '0'
2726

2827
- name: Release Type
2928
id: cf_release_type
@@ -102,4 +101,4 @@ jobs:
102101
env:
103102
CM_RELEASE: false
104103
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
105-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)