Skip to content

Commit

Permalink
GitHub actions: Remove workaround for release version detection
Browse files Browse the repository at this point in the history
The old workaround is no longer needed, now that tthe issue has been proper fixed in b407646

Revert "Fix release version detection (#722)"

This reverts commit 4054819.
  • Loading branch information
mgmax committed May 25, 2024
1 parent 5c2e8ad commit e8ddbb7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8ddbb7

Please sign in to comment.