ci: fetch tags

This commit is contained in:
2026-02-14 21:45:25 +01:00
parent 26c809f746
commit 69d5b8aeae
2 changed files with 5 additions and 3 deletions

View File

@@ -9,8 +9,10 @@ jobs:
build:
runs-on: linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Git checkout
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Build tarball
run: make tarball
- name: Build rpm package