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 Feb 23, 2024
1 parent a6c257a commit 825fd7a
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 @@ -20,6 +20,9 @@ jobs:
# need this to also fetch tags
fetch-depth: 0

- 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
Expand Down

0 comments on commit 825fd7a

Please sign in to comment.