diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1200c7cb8..50c3f73d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - run: make ci-release env: PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - PGP_SECRET: ${{ secrets.GPG_SECRET }} + PGP_SECRET: ${{ secrets.GPG_SECRET_KEY }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} diff --git a/project/Common.scala b/project/Common.scala index c5026ad89..76a8c4a03 100644 --- a/project/Common.scala +++ b/project/Common.scala @@ -34,7 +34,7 @@ object Common { resolvers ++= { if (isSnapshot.value) { Seq( - Resolver.sonatypeCentralSnapshots, + "Sonatype Central Snapshots" at "https://central.sonatype.com/repository/maven-snapshots/", "ASF Snapshots" at "https://repository.apache.org/content/groups/snapshots" ) } else {