Skip to content

Commit 08875ca

Browse files
committed
Add tag fetching
1 parent ecfb3ee commit 08875ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
repository: diffpy/diffpy.utils
2323
path: .
24+
- name: get tags
25+
run: git fetch --tags origin
2426

2527
- name: initialize miniconda
2628
# this uses a marketplace action that sets up miniconda in a way that makes

0 commit comments

Comments
 (0)