Skip to content

Commit 78a8086

Browse files
committed
more thorough git fetch in ci
1 parent d6695e5 commit 78a8086

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Mark Git directory as safe
25-
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
25+
run: |
26+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
27+
git fetch --unshallow
28+
git fetch --tags
2629
2730
- name: Run CI
2831
shell: bash

0 commit comments

Comments
 (0)