[CI] Fix checkout action missing fetch depth

Need a fetch depth greater than 1 to find latest tag.
This commit is contained in:
Calum Lind 2022-02-01 06:45:10 +00:00
parent 73394f1fc5
commit 0fbb3882f2
No known key found for this signature in database
GPG key ID: 90597A687B836BA3

View file

@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0
path: deluge_src
- name: Set up Python