Explorar o código

ci/release: fix fetch-tags

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas hai 2 meses
pai
achega
d21d8be6e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -24,8 +24,8 @@ jobs:
         uses: actions/checkout@v4
         uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 0
           fetch-depth: 0
+          fetch-tags: true
           submodules: true
           submodules: true
-          tags: true
 
 
       - name: Install Python dependencies
       - name: Install Python dependencies
         run: |
         run: |