Skip to content

Commit

Permalink
Change naming of build Scala compiler versions, use SNAPSHOT as suffi…
Browse files Browse the repository at this point in the history
…x instead of substring.
  • Loading branch information
WojciechMazur authored Nov 25, 2023
1 parent e7e6032 commit 2035c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
baseVersion=$(cat project/Build.scala | grep 'val baseVersion =' | xargs | awk '{ print $4 }')
# `SNAPSHOT` substring is required to treat compiler as experimental
# All compilers build from branch are treated experimental
scalaVersion="${baseVersion}-SNAPSHOT-bin-${commitHash}"
scalaVersion="${baseVersion}-bin-${commitHash}-SNAPSHOT"
fi
baseMavenRepo="https://scala3.westeurope.cloudapp.azure.com/maven2"
Expand Down

0 comments on commit 2035c01

Please sign in to comment.