File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
33 push :
4- tags : ["v*"]
4+ branches : [master, main]
5+ tags : ["*"]
56jobs :
67 publish :
7- runs-on : ubuntu-latest
8+ runs-on : ubuntu-20.04
89 steps :
9- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v2.3.4
1011 with :
1112 fetch-depth : 0
12- - uses : actions/setup-java@v4
13- with :
14- distribution : temurin
15- java-version : 8
16- cache : sbt
13+ - uses : olafurpg/setup-scala@v13
1714 - run : sbt ci-release
1815 env :
1916 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
2017 PGP_SECRET : ${{ secrets.PGP_SECRET }}
2118 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
22- SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
19+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
22addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
33addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.10.0" )
4- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12 " )
4+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10 " )
You can’t perform that action at this time.
0 commit comments