Skip to content

Commit

Permalink
Don't use multline commands
Browse files Browse the repository at this point in the history
WojciechMazur committed Nov 7, 2024
1 parent a6e1cc2 commit 00ed989
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup-build/action.yaml
Original file line number Diff line number Diff line change
@@ -86,10 +86,4 @@ runs:
java -version
set -x
sbt \
'set every publishTo := Some("Community Build Repo" at "${{ steps.calc-version.outputs.effective-maven-url }}")' \
\;'show scala3-bootstrapped/publishTo' \
\;'set every version := "${{ steps.calc-version.outputs.effective-scala-version }}"' \
\;'show scala3-bootstrapped/version' \
\;"scala3-interfaces/publish" \
\;"scala3-bootstrapped/publish"
sbt 'set every publishTo := Some("Community Build Repo" at "${{ steps.calc-version.outputs.effective-maven-url }}") ;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 00ed989

Please sign in to comment.