ci: fix typo

This commit is contained in:
2026-02-14 22:58:06 +01:00
parent 4b2c9268d9
commit 9c20ba929a

View File

@@ -12,7 +12,7 @@ jobs:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
fetch-deps: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
- name: Build tarball - name: Build tarball
run: make tarball run: make tarball