Update default version to 3.2.2 in workflows

Changed the fallback version from 3.2.1-preview to 3.2.2-preview in the GitHub Actions workflow configuration. This ensures that new preview versions are correctly labeled with the latest version number.
This commit is contained in:
Sipke Schoorstra 2024-10-25 22:49:49 +02:00
parent fefe36f49a
commit c3b6decf66

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.1-preview.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.2-preview.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Set up JDK 17
uses: actions/setup-java@v2