summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-02-01 06:45:10 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-02-01 06:45:10 +0000
commit0fbb3882f2d86751b25adf0e01eabcdd1316048a (patch)
treef022dbc095487df52ae140e44d73cb57931136fd
parent73394f1fc5da75ccf0bd466385c2141ff93bd604 (diff)
downloaddeluge-0fbb3882f2d86751b25adf0e01eabcdd1316048a.tar.gz
deluge-0fbb3882f2d86751b25adf0e01eabcdd1316048a.tar.bz2
deluge-0fbb3882f2d86751b25adf0e01eabcdd1316048a.zip
[CI] Fix checkout action missing fetch depth
Need a fetch depth greater than 1 to find latest tag.
-rw-r--r--.github/workflows/cd.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 1104742eb..b001085e2 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -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