From 2724026dec2b89c59e270455420ba7a88ab2bf19 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Thu, 23 Dec 2021 11:29:42 +0100 Subject: [PATCH] ci: fix release workflow --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d9c6620..7d7900b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,8 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 - - name: Publish ${{ github.ref }} - run: sbt ci-release + - uses: olafurpg/setup-scala@v13 + - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} PGP_SECRET: ${{ secrets.PGP_SECRET }}