File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v2
1313 - name : Package Command Line Jar
14- uses : actions/setup-java@v1.4.3
14+ uses : actions/setup-java@v3.5.1
1515 with :
16- java-version : ' 11.0.8 '
16+ java-version : ' 11'
1717 - run : sbt clean test assembly
1818 - name : Upload Command Line Jar
1919 uses : actions/upload-artifact@v2
4040 chmod 600 ~/.gnupg/*
4141 gpg --import --no-tty --batch --yes ~/.gnupg/private.key
4242 - name : Package
43- uses : actions/setup-java@v1.4.3
43+ uses : actions/setup-java@v3.5.1
4444 with :
45- java-version : ' 11.0.8 '
45+ java-version : ' 11'
4646 - run : sbt publishSigned
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
55// sbt-sonatype plugin used to publish artifact to maven central via sonatype nexus
66// sbt-pgp plugin used to sign the artifcat with pgp keys
77addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.4" )
8- addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 2.0.1 " )
8+ addSbtPlugin(" com.github.sbt " % " sbt-pgp" % " 2.1.2 " )
99addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
You can’t perform that action at this time.
0 commit comments