From 13d87c7972bccc0ae51aa529db897316af063f88 Mon Sep 17 00:00:00 2001 From: Ilya Vasin Date: Mon, 23 Sep 2024 09:21:14 +0200 Subject: [PATCH] Fix release action, see https://github.com/sbt/sbt-ci-release/issues/194 --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc52546..2c064bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,6 @@ jobs: with: fetch-depth: 0 - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}