Prechádzať zdrojové kódy

ci/release: fix fetch-tags

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas 2 mesiacov pred
rodič
commit
d21d8be6e7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/release.yml

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

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