File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- name : Package Command Line Jar
14
- uses : actions/setup-java@v1.4.3
14
+ uses : actions/setup-java@v3.5.1
15
15
with :
16
- java-version : ' 11.0.8 '
16
+ java-version : ' 11'
17
17
- run : sbt clean test assembly
18
18
- name : Upload Command Line Jar
19
19
uses : actions/upload-artifact@v2
40
40
chmod 600 ~/.gnupg/*
41
41
gpg --import --no-tty --batch --yes ~/.gnupg/private.key
42
42
- name : Package
43
- uses : actions/setup-java@v1.4.3
43
+ uses : actions/setup-java@v3.5.1
44
44
with :
45
- java-version : ' 11.0.8 '
45
+ java-version : ' 11'
46
46
- 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")
5
5
// sbt-sonatype plugin used to publish artifact to maven central via sonatype nexus
6
6
// sbt-pgp plugin used to sign the artifcat with pgp keys
7
7
addSbtPlugin(" 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 " )
9
9
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
You can’t perform that action at this time.
0 commit comments