Skip to content

Commit

Permalink
build: Align release signing across Akka projects (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Apr 10, 2024
1 parent 0f69618 commit 7be9741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Publish artifacts for all Scala versions
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
run: sbt +publishSigned
Expand Down

0 comments on commit 7be9741

Please sign in to comment.