X Tutup
Skip to content

Commit 36d471c

Browse files
committed
Fetch all tags to avoid 'unknown' version warning during build
1 parent 0a83c13 commit 36d471c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
1717
steps:
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 0
1921
- name: Set up Python ${{ matrix.python-version }}
2022
uses: actions/setup-python@v2
2123
with:

0 commit comments

Comments
 (0)
X Tutup