Skip to content

Commit

Permalink
Adds hard key
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankazokas committed Oct 18, 2024
1 parent 18c9b02 commit 7251591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
gpg --list-secret-keys --keyid-format LONG | grep '^sec' | awk '{print $2}' | cut -d'/' -f2
- name: Extend GPG key expiration
run: |
echo -e "expire\n1y\nsave" | gpg --batch --command-fd 0 --edit-key ${{ steps.gpg-key-id.outputs.key-id }}
echo -e "expire\n1y\nsave" | gpg --batch --command-fd 0 --edit-key C2B7EEEC51372BAB
- name: Publish package to maven central
run: mvn --batch-mode clean deploy -P central-deploy -DskipTests=true --update-snapshots -Prelease
env:
Expand Down

0 comments on commit 7251591

Please sign in to comment.