fix : auto-tag-develop.yml
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
Build Release Artefact / build (push) Successful in 1m9s

This commit is contained in:
2026-02-06 10:40:57 +01:00
parent bb0b0092da
commit 299ea84e87

View File

@@ -52,10 +52,7 @@ jobs:
version="${major}.${minor}.$((patch + 1))"
fi
cat > config/version.yaml <<EOF
parameters:
app.version: '$version'
EOF
printf "parameters:\\n app.version: '%s'\\n" "$version" > config/version.yaml
git config user.name "gitea-actions"
git config user.email "gitea-actions@local"
git add config/version.yaml