Skip to content

Commit c2d32a4

Browse files
authored
Try to fix deployment tag version (#115)
* bump up fetch depth for deploy CI to pick up all tags
1 parent 9ed4541 commit c2d32a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v3
35+
with:
36+
fetch-depth: 0
3537

3638
- name: setup_miniconda
3739
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)