Skip to content

Commit 12ea2e3

Browse files
committed
workflows: Add workaround for actions/checkout tag breakage
See actions/checkout#697
1 parent cf0d7b4 commit 12ea2e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Clone repository
1212
uses: actions/checkout@v2
1313

14+
- name: Workaround for https://github.com/actions/checkout/pull/697
15+
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
16+
1417
- name: Build release tarball
1518
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
1619
run: sudo PUBLISH_TAR=1 tests/run-apt

0 commit comments

Comments
 (0)