Browse Source

Tags dont work properly with a thin clone

pull/883/head
Hamish Coleman 3 years ago
parent
commit
0a24c40e25
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -496,6 +496,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get Tag Type
run: |

Loading…
Cancel
Save