Update version to 3.2.0-rc3 in GitHub actions workflow

Changed the fallback version in the GitHub actions workflow from 3.2.0-rc2 to 3.2.0-rc3 to ensure the appropriate versioning reflects the latest release candidate. This keeps the versioning consistent and up-to-date.
This commit is contained in:
Sipke Schoorstra 2024-07-10 13:51:32 +02:00
parent dc89caefe8
commit e2f2f61400

View file

@ -62,7 +62,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.2.0-rc2.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.0-rc3.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Set up JDK 17
uses: actions/setup-java@v2