Skip to content

Commit e8c7f78

Browse files
committed
workflows: Add actions/checkout tag workaround
See actions/checkout#697
1 parent 4c26515 commit e8c7f78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
# need this to also fetch tags
2828
fetch-depth: 0
2929

30+
- name: Workaround for https://github.com/actions/checkout/pull/697
31+
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
32+
3033
- name: Run unit tests
3134
run: |
3235
dpkg -s podman docker || true

0 commit comments

Comments
 (0)