fix(workflow): keep more tags at once

This commit is contained in:
jubnl
2026-04-13 00:39:33 +02:00
parent e179769a8f
commit 34df665944
+1 -1
View File
@@ -172,7 +172,7 @@ jobs:
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
KEEP=5 KEEP=20
VERSION="${{ needs.version-bump.outputs.version }}" VERSION="${{ needs.version-bump.outputs.version }}"
BASE_VERSION="$(echo "$VERSION" | sed 's/-pre\..*//')" BASE_VERSION="$(echo "$VERSION" | sed 's/-pre\..*//')"
git fetch --tags git fetch --tags