Skip to content

Commit a813615

Browse files
committed
Bite into the sour apple and fetch fixed amount of commits.
1 parent f975436 commit a813615

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/[email protected]
13-
- name: Retrieve Tags
14-
run: git fetch origin 'refs/tags/*:refs/tags/*'
13+
with:
14+
fetch-depth: 200
15+
fetch-tags: true
1516
- name: Set up Python
1617
uses: actions/setup-python@v1
1718
with:

0 commit comments

Comments
 (0)