File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 java-version : 21
1717 distribution : ' temurin'
18- - run : ./sbt ci-release
18+ - run : ./sbt ci-publish
1919 env :
2020 PGP_PASSPHRASE : ${{ secrets.SIGNING_KEY_PASSWORD }}
2121 PGP_SECRET : ${{ secrets.SIGNING_KEY }}
Original file line number Diff line number Diff line change 2424 ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
2525 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_KEY_PASSWORD }}
2626 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
27- - run : sbt ci-release
28- env :
29- PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
30- PGP_SECRET : ${{ secrets.PGP_SECRET }}
31- SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
32- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments