Skip to content

Commit 825fd7a

Browse files
committed
workflows: Add workaround for actions/checkout tag breakage
See actions/checkout#697
1 parent a6c257a commit 825fd7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
# need this to also fetch tags
2121
fetch-depth: 0
2222

23+
- name: Workaround for https://github.com/actions/checkout/pull/697
24+
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
25+
2326
- name: Install dependencies
2427
run: |
2528
sudo apt-get update

0 commit comments

Comments
 (0)