Skip to content

Commit ea44b14

Browse files
committed
Fetch tags for correct __version__
1 parent 60e5428 commit ea44b14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- name: Checkout repo
3434
uses: actions/checkout@v2
35+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
3536

3637
- name: Install dependencies
3738
run: |

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Checkout repo
2424
uses: actions/checkout@v2
25+
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2526

2627
- name: Install dependencies
2728
run: |

0 commit comments

Comments
 (0)