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 44a98c2 commit 094cb17
Show file tree
Hide file tree
Showing 2 changed files with 4 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.Beta1
current-version: 1.4.3.Beta2
next-version: 1.4.3.Beta2
3 changes: 3 additions & 0 deletions .github/workflows/check-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
exit 1;
fi
else
test=$(("$release_subversion" + 1))
echo "Sum check: release_subversion + 1 =" $test
if [[ $(("$release_subversion" + 1)) != $next_version_subversion || ($next_version_stage_number != 1) ]]; then
echo "Error: release sub versions should go in sequence"
exit 1;
Expand Down

0 comments on commit 094cb17

Please sign in to comment.