Skip to content

Commit

Permalink
fix(ci): handle prepare release cloud in stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Aug 29, 2024
1 parent a0f7ddb commit c7038b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
esac
case "$BRANCHNAME" in
develop | dev-[2-9][0-9].[0-9][0-9].x)
develop | dev-[2-9][0-9].[0-9][0-9].x | prepare-release-cloud*)
STABILITY="unstable"
ENV="development"
;;
Expand Down

0 comments on commit c7038b3

Please sign in to comment.