Skip to content

Commit

Permalink
workaround attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Jan 18, 2024
1 parent a1a5880 commit f80ad12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tag-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
WORKAROUND: Fetch tags that points to the revisions
checked-out(actions/checkout#1467)
run: |-
git fetch \
--prune \
--depth=1 \
--no-recurse-submodules
git fetch --tags --force
- name: Check git describe
run: |
git describe

0 comments on commit f80ad12

Please sign in to comment.