Skip to content

Commit

Permalink
Import GPG script manually before sbt-ci-release does it
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 13, 2023
1 parent 3714afb commit 59a6705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
jvm: 8
apps: sbt
- run: .github/scripts/gpg-setup.sh
env:
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
- name: Release
run: sbt ci-release
env:
Expand Down

0 comments on commit 59a6705

Please sign in to comment.