Skip to content

Commit

Permalink
add suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
shsahahyland committed Nov 11, 2024
1 parent 46c12bc commit d227182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@ runs:
run: |
NTP='--no-transfer-progress'
${{ inputs.verbose }} && NTP=''
if [ $SKIP_TESTS == 'true' ]; then
TEST_OPTIONS='-DskipTests=true -DskipITs=true'
else
TEST_OPTIONS=''
fi
TEST_OPTIONS=''
[[ $SKIP_TESTS == 'true' ]] && TEST_OPTIONS='-DskipTests=true -DskipITs=true'
echo "result=--show-version --settings settings.xml $NTP $TEST_OPTIONS" >> $GITHUB_OUTPUT
- name: Set is_preview env variable
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.3.1
v8.4.0

0 comments on commit d227182

Please sign in to comment.