Skip to content

Commit f139338

Browse files
committed
Try auto-signing commits
1 parent 2d8c0c2 commit f139338

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
cache: sbt
2222
gpg-private-key: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_SECRET }}
2323
gpg-passphrase: PGP_PASSPHRASE
24-
- run: git config user.email "automated.maven.release.noreply@theguardian.com"
25-
- run: git config user.name "Guardian Automated Maven Release"
24+
- name: Configure git
25+
run: |
26+
git config user.email "automated.maven.release.admins@theguardian.com"
27+
git config user.name "Guardian Automated Maven Release"
28+
git config commit.gpgsign true
2629
- name: Publish the release
2730
run: sbt "release with-defaults"
2831
- name: Create Github Release

0 commit comments

Comments
 (0)