Skip to content

Commit

Permalink
build: Align release signing across Akka project
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Apr 10, 2024
1 parent 3587b07 commit b319220
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 @@ -48,6 +48,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 b319220

Please sign in to comment.