mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
fix(workflow): keep more tags at once
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user