File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929 echo 'EOF' >> $GITHUB_ENV
3030 echo 'SONA_USER=${{ secrets.SONA_USER }}' >> $GITHUB_ENV
3131 echo 'SONA_PASS=${{ secrets.SONA_PASS }}' >> $GITHUB_ENV
32+ echo 'PGP_PASSPHRASE=${{ secrets.PGP_PASSPHRASE }}' >> $GITHUB_ENV
3233 - name : Configure GPG Key
3334 run : |
3435 mkdir -p ~/.gnupg/
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lazy val rootProject = (project in file("."))
1212 Defaults .itSettings,
1313 IntegrationTest / dependencyClasspath := (IntegrationTest / dependencyClasspath).value ++ (Test / exportedProducts).value,
1414 name:= " psg-cardano-wallet-api" ,
15- scalaVersion := " 2.13.3 " ,
15+ scalaVersion := " 2.13.9 " ,
1616 organization := " solutions.iog" ,
1717 homepage := Some (url(" https://github.com/input-output-hk/psg-cardano-wallet-api" )),
1818 scmInfo
:= Some (
ScmInfo (url(
" https://github.com/input-output-hk/psg-cardano-wallet-api" ),
" scm:[email protected] :input-output-hk/psg-cardano-wallet-api.git" )),
@@ -24,7 +24,7 @@ lazy val rootProject = (project in file("."))
2424 updateOptions := updateOptions.value.withGigahorse(false ),
2525 licenses := Seq (" APL2" -> url(" https://www.apache.org/licenses/LICENSE-2.0.txt" )),
2626 description := " A java/scala wrapper for the cardano wallet backend API" ,
27- usePgpKeyHex(" 75E12F006A3F08C757EE8343927AE95EEEF4A02F " ),
27+ usePgpKeyHex(" F4ED23D42A612E27F11A6B5AF75482A04B0D9486 " ),
2828 isSnapshot := false ,
2929 publishTo := Some {
3030 // publish to the sonatype repository
You can’t perform that action at this time.
0 commit comments