Skip to content

Commit 0060149

Browse files
tobiasdiezMatthias Koeppe
authored andcommitted
remove dependency on #35417
1 parent e1c61cb commit 0060149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
repository: ${{ inputs.sage_repo }}
150150
ref: ${{ inputs.sage_ref }}
151151
fetch-depth: 10000
152+
- name: fetch tags
153+
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
152154
- name: free disk space
153155
run: |
154156
df -h

0 commit comments

Comments
 (0)