Skip to content

Commit 55ac7aa

Browse files
committed
ci/release: fetch tags manually
actions/checkout#290 Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 449c2b5 commit 55ac7aa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
fetch-tags: true
2827
submodules: true
2928

29+
- name: Fetch tags
30+
run: |
31+
git fetch --tags --force
32+
3033
- name: Install Python dependencies
3134
run: |
3235
pip install -U pip

0 commit comments

Comments
 (0)