Fix for fetch-tags error.

Peter Tripp created

Change summary

.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -244,8 +244,8 @@ jobs:
           #
           # 25 was chosen arbitrarily.
           fetch-depth: 25
-          fetch-tags: true
           clean: false
+          ref: ${{ github.ref }}
 
       - name: Limit target directory size
         run: script/clear-target-dir-if-larger-than 100