Skip to content

Commit 3469061

Browse files
committed
fetch tags after safe directory
1 parent d546c33 commit 3469061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v4.3.1
13-
- name: Fetch tags
14-
run: git fetch --prune --unshallow --tags
1513
#workaround for the github checkout not fully working right with containers
1614
#see : https://github.com/actions/checkout/issues/2031
1715
- name: Add git safe directory
1816
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
17+
- name: Fetch tags
18+
run: git fetch --prune --unshallow --tags
1919
- name: Build
2020
run: |
2121
catnip

0 commit comments

Comments
 (0)