diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c976f3e..68ad050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Run Coursier Setup Action uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 with: - jvm: liberica:17 + jvm: liberica:11 apps: sbt - name: Run `sbt ci-publish` @@ -84,7 +84,7 @@ jobs: run: sbt ci-docs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} + GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY_BASE64 }} - name: Commit changes by `sbt ci-docs` uses: alejandrohdezma/actions/commit-and-push@v1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 56209bb..b7253b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.19.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0")