a #25

Merged
triggermeelmo merged 1 commits from bugix/pipeline into staging 2025-10-04 13:07:11 +02:00
Showing only changes of commit 98754be109 - Show all commits

View File

@@ -77,7 +77,7 @@ jobs:
elif [[ "${GITHUB_REF}" == "refs/heads/development" ]]; then elif [[ "${GITHUB_REF}" == "refs/heads/development" ]]; then
minor=$((minor + 1)) minor=$((minor + 1))
patch=0 patch=0
elif [[ "${GITHUB_REF}" == "refs/heads/staging" ]]; then else
patch=$((patch + 1)) patch=$((patch + 1))
fi fi