Skip to content

Commit

Permalink
debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Nov 7, 2024
1 parent 38a0ead commit a9a764c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/setup-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
fi
baseMavenRepo="https://scala3.westeurope.cloudapp.azure.com/maven2"
buildMavenRepo="${baseMavenRepo}/test"
buildMavenRepo="${baseMavenRepo}/${scalaVersion}"
echo "Effective Scala version for this build: $scalaVersion"
echo "effective-scala-version=${scalaVersion}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -88,10 +88,11 @@ runs:
PATH="/usr/lib/jvm/java-8-openjdk-amd64/bin:$PATH"
java -version
set -x
sbt \
'set every publishTo := Some("Community Build Repo" at "${{ steps.calc-version.outputs.effective-maven-url }}")' \
\;'set every version := "${{ steps.calc-version.outputs.effective-scala-version }}"' \
\;'show scala3-bootstrapped/publishTo' \
\;'set every version := "${{ steps.calc-version.outputs.effective-scala-version }}"' \
\;'show scala3-bootstrapped/version' \
\;"scala3-interfaces/publish" \
\;"scala3-bootstrapped/publish"

0 comments on commit a9a764c

Please sign in to comment.