Skip to content

Commit

Permalink
Remove setup-gpg
Browse files Browse the repository at this point in the history
This seems to be sometimes causing problems with the newest version of
sbt-ci-release. Following up on the conversation in
sbt#194 I'm removing this
since there is a step in the docs that copies this release.yml.
  • Loading branch information
ckipp01 committed May 2, 2021
1 parent 84d0a6b commit 1c5fbab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1c5fbab

Please sign in to comment.