File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 ${{ runner.os }}-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
5252 ${{ runner.os }}-${{matrix.scala}}-
5353 - name : Run tests
54- run : sbt ++${{ matrix.scala }} test
54+ run : sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
5555 - name : Publish to Maven Central Repository
5656 env :
5757 GITHUB_PERSONAL_ACCESS_TOKEN : ${{secrets.PERSONAL_ACCESS_TOKEN}}
5858 if : ${{ env.GITHUB_PERSONAL_ACCESS_TOKEN != '' }}
59- run : sbt ++${{ matrix.scala }} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}-$$ ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
59+ run : sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} "set every Seq(sonatypeSessionName := \"${{github.workflow}} ${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}-$$ ${{ matrix.scala }}\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
You can’t perform that action at this time.
0 commit comments