Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk committed Mar 7, 2024
1 parent 438aec3 commit a8fb9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkus QE Test Framework
release:
current-version: 1.4.3.Beta3
current-version: 1.4.3.Beta2
next-version: 1.4.3.Beta2
2 changes: 2 additions & 0 deletions .github/workflows/check-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
next_release=$(grep -E 'current-version:\s*' .github/project.yml | awk '{print $2}')
next_release_patch_version=$(echo "$next_release" | cut -d"." -f3,3)
next_release_pre_number=$(echo "$next_release" | cut -d"." -f4,4 | grep -o '[0-9]' || true)
echo $current_release "->" $next_release
if ! [[ $current_release =~ .*Final$ ]]; then
if [[ $next_release_patch_version > $current_release_patch_version ]]; then
Expand Down

0 comments on commit a8fb9ff

Please sign in to comment.