From 21e01c55a27558419d256842f21a4247284d83d9 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 17 Mar 2020 10:20:11 -0400
Subject: [PATCH] I guess this is a simpler spelling

---
 .github/workflows/ci.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 67d138e..ec8f0f7 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -20,7 +20,9 @@ jobs:
         fetch-depth: "0"
 
       # Get tags not fetched by the checkout action, needed for auto-versioning.
-    - run: "git fetch origin +refs/tags/*:refs/tags/*"
+    - name: "Finish checkout"
+      run: |
+        git fetch --tags
 
     # Get MS VC++ 9 aka Visual Studio 2008, required to build Python 2.7
     # extensions (zfec via Tahoe-LAFS).
-- 
GitLab