We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb077e commit af2449dCopy full SHA for af2449d
.github/workflows/scala.yml
@@ -42,8 +42,3 @@ jobs:
42
${{runner.os}}-${{matrix.scala}}-
43
- name: Run tests
44
run: sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
45
- - name: Publish to Maven Central Repository
46
- env:
47
- GITHUB_PERSONAL_ACCESS_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
48
- if: ${{ env.GITHUB_PERSONAL_ACCESS_TOKEN != '' && github.event_name != 'pull_request' }}
49
- 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
0 commit comments