We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0d7b4 commit 12ea2e3Copy full SHA for 12ea2e3
.github/workflows/release.yml
@@ -11,6 +11,9 @@ jobs:
11
- name: Clone repository
12
uses: actions/checkout@v2
13
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
+
17
- name: Build release tarball
18
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
19
run: sudo PUBLISH_TAR=1 tests/run-apt
0 commit comments