File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build_sbt_1_0 :
1010 runs-on : ubuntu-latest
11-
1211 steps :
13- - uses : actions/checkout@v1
12+ 13+ with :
14+ fetch-depth : 0
15+
16+ # setup build environment
17+ - uses : coursier/cache-action@v6
18+ - uses : olafurpg/setup-scala@v13
1419 - name : sbt test and packagedArtifacts for sbt 1.x
1520 run : |
1621 sbt test packagedArtifacts
1722 - name : sbt Publish for sbt 1.x
18- env :
19- BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
20- BINTRAY_PASS : ${{ secrets.BINTRAY_PASS }}
2123 run : |
22- echo 'sbt clean publish"'
23- sbt clean publish
24+ echo 'sbt ci-release'
25+ sbt ci-release
26+ env :
27+ PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
28+ PGP_SECRET : ${{ secrets.PGP_SECRET }}
29+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
30+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
You can’t perform that action at this time.
0 commit comments