From 62c92c6b766cacc980d87b412bdd66cd2fdae4fa Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 10 Jan 2021 22:06:14 +0100 Subject: [PATCH] Run release for 2.13.3 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60ae8c340..e3cfb4e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,7 @@ jobs: - name: Release run: ./sbt ci-release env: + CI_RELEASE: "++2.13.3 publishSigned" PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }} SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}