File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
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 }}
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
2- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
3- addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.4" )
1+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
42addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
53
64addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
You can’t perform that action at this time.
0 commit comments