https://github.com/actions/checkout/issues/290 Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
@@ -24,9 +24,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- fetch-tags: true
submodules: true
+ - name: Fetch tags
+ run: |
+ git fetch --tags --force
+
- name: Install Python dependencies
run: |
pip install -U pip