Skip to content

Commit

Permalink
Try auto-signing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 1, 2023
1 parent 2d8c0c2 commit f139338
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
cache: sbt
gpg-private-key: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
gpg-passphrase: PGP_PASSPHRASE
- run: git config user.email "[email protected]"
- run: git config user.name "Guardian Automated Maven Release"
- name: Configure git
run: |
git config user.email "[email protected]"
git config user.name "Guardian Automated Maven Release"
git config commit.gpgsign true
- name: Publish the release
run: sbt "release with-defaults"
- name: Create Github Release
Expand Down

0 comments on commit f139338

Please sign in to comment.