.gitea/workflows/linux_arm64_docker.yaml aktualisiert
Adapted Versioning and Workflow
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
git fetch --force --tags origin
|
||||
git fetch --force origin main
|
||||
|
||||
LAST_TAG=$(git tag -l 'v*' --sort=-version:refname | head -n 1)
|
||||
LAST_TAG=$(git tag --merged origin/main -l 'v*' --sort=-creatordate | head -n 1)
|
||||
|
||||
if [[ -z "$LAST_TAG" ]]; then
|
||||
LAST_TAG="v0.0.1-alpha"
|
||||
|
||||
Reference in New Issue
Block a user