From e8ddbb73a897ac56170d3bec99f96030af731167 Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Sat, 25 May 2024 18:55:20 +0200 Subject: [PATCH] GitHub actions: Remove workaround for release version detection The old workaround is no longer needed, now that tthe issue has been proper fixed in b407646464a86c2d87fdf548a395167fb92d1011 Revert "Fix release version detection (#722)" This reverts commit 405481926d175fc94012d9f6b10398514eaf2259. --- .github/workflows/github-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/github-build.yml b/.github/workflows/github-build.yml index 23b05bf6..63c5c624 100644 --- a/.github/workflows/github-build.yml +++ b/.github/workflows/github-build.yml @@ -31,11 +31,6 @@ jobs: submodules: "recursive" fetch-depth: 0 - # continuous tag confuses git describe --tags, happens here specifically due to us fetching the entirety of the repository - - name: Delete continuous tag - run: | - git tag -d continuous || true - - name: Build distribution run: | # we use a separate directory called output to "collect" all the build artifacts