Skip to content

Commit c29d3cd

Browse files
author
Guen Prawiroatmodjo
committed
fetch tags separately
1 parent 30e67c8 commit c29d3cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
steps:
6363
- name: Checkout repo
6464
uses: actions/checkout@v4
65-
with:
66-
fetch-tags: true
65+
66+
- name: Fetch tags
67+
run: git fetch --tags
6768

6869
- name: Set up Python
6970
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)