File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66 - ' update/**'
77 tags :
88 - ' v*'
9-
109 pull_request :
1110
1211jobs :
4140 ${{ runner.os }}-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
4241 ${{ runner.os }}-${{matrix.scala}}-
4342 - name : Run tests
44- run : sbt ++${{ matrix.scala }} test
43+ run : sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
4544 - name : Publish to Maven Central Repository
4645 env :
4746 GITHUB_PERSONAL_ACCESS_TOKEN : ${{secrets.PERSONAL_ACCESS_TOKEN}}
4847 if : ${{ env.GITHUB_PERSONAL_ACCESS_TOKEN != '' && github.event_name != 'pull_request' }}
49- 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
48+ 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