From 0dcc3d7368b0b3d813d274c3037b76eb517d823d Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Sat, 18 Sep 2021 12:37:55 +0200 Subject: [PATCH] build: update release workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc9767b..7d7900b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 + - uses: olafurpg/setup-scala@v13 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}