Skip to content

Commit d8fd4d7

Browse files
authored
Try to get release to work by removing setup-gpg (#318)
I saw reference to this not being needed at one point but then being needed again. No clue why this isn't working
1 parent 4fc7c48 commit d8fd4d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- uses: olafurpg/setup-scala@v10
14-
- uses: olafurpg/setup-gpg@v3
1514
- run: sbt ci-release
1615
env:
1716
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)