diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd4303f4..9ac8a9c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,9 @@ jobs: - name: Pacify git's permission check run: git config --global --add safe.directory /__w + - name: Workaround for https://github.com/actions/checkout/pull/697 + run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags) + - name: Install dependencies run: | sudo apt-get update