Skip to content

Commit c538c71

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
mod_version: ${{steps.mod_version.outputs.value }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v2
24-
with:
25-
fetch-depth: '0'
26-
23+
run: git checkout --tags
24+
2725
- name: Release Type
2826
id: cf_release_type
2927
uses: christian-draeger/[email protected]

0 commit comments

Comments
 (0)