Skip to content

Commit

Permalink
workflows: Add workaround for actions/checkout tag breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jul 2, 2022
1 parent cf0d7b4 commit 884b9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Workaround for https://github.com/actions/checkout/pull/697
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)

- name: Build release tarball
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
run: sudo PUBLISH_TAR=1 tests/run-apt
Expand Down

0 comments on commit 884b9ee

Please sign in to comment.