diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3680208..36baf02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,6 @@ jobs: run: scala-cli publish . --cross env: PUBLISH_USER: ${{ secrets.PUBLISH_USER }} - PUBLISH_PUBLIC_KEY: ${{ secrets.PUBLISH_PUBLIC_KEY }} PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }} + PUBLISH_PUBLIC_KEY: ${{ secrets.PUBLISH_PUBLIC_KEY }} PUBLISH_SECRET_KEY: ${{ secrets.PUBLISH_SECRET_KEY }} - PGP_PASSWORD: ${{ secrets.PGP_PASSWORD }} diff --git a/project.scala b/project.scala index 77ab450..994704d 100644 --- a/project.scala +++ b/project.scala @@ -4,18 +4,16 @@ //> using options -project enhanced-string-interpolator //> using publish.organization "io.github.bishabosha" //> using publish.name "enhanced-string-interpolator" -//> using publish.computeVersion "git:tag" -//> using publish.repository "central-s01" //> using publish.license "Apache-2.0" -//> using publish.url "https://github.com/bishabosha/enhanced-string-interpolator" //> using publish.versionControl "github:bishabosha/enhanced-string-interpolator" +//> using publish.url "https://github.com/bishabosha/enhanced-string-interpolator" //> using publish.developer "bishabosha|Jamie Thompson|https://github.com/bishabosha" //> using publish.ci.computeVersion "git:tag" //> using publish.ci.repository "central-s01" //> using publish.ci.user "env:PUBLISH_USER" //> using publish.ci.password "env:PUBLISH_PASSWORD" //> using publish.ci.secretKey "env:PUBLISH_SECRET_KEY" -//> using publish.ci.secretKeyPassword "env:PGP_PASSWORD" //> using publish.ci.publicKey "env:PUBLISH_PUBLIC_KEY" + // currently the compiler crashes in 3.3.1, so we use 3.4.0-RC3