a
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
elif [[ "${GITHUB_REF}" == "refs/heads/development" ]]; then
|
||||
minor=$((minor + 1))
|
||||
patch=0
|
||||
elif [[ "${GITHUB_REF}" == "refs/heads/staging" ]]; then
|
||||
else
|
||||
patch=$((patch + 1))
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user