We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b5ea4 commit b3d915fCopy full SHA for b3d915f
.github/actions/setup-build/action.yaml
@@ -104,8 +104,9 @@ runs:
104
java -version
105
106
compilerProject=scala3-bootstrapped
107
- if [[ "${{ steps.calc-version.outputs.effective-scala-version }}" == 3.8.0-RC* \
108
- || "${{ steps.calc-version.outputs.effective-scala-version }}" == 3.8.1* ]]; then
+ if [[ "${{ steps.calc-version.outputs.effective-scala-version }}" == 3.8.0* \
+ || "${{ steps.calc-version.outputs.effective-scala-version }}" == 3.8.1* \
109
+ || "${{ steps.calc-version.outputs.effective-scala-version }}" == 3.8.2-RC* ]]; then
110
compilerProject=scala3-bootstrapped-new
111
fi
112
echo "Would publish $compilerProject"
0 commit comments