Skip to content

Commit

Permalink
beta-test just trying private
Browse files Browse the repository at this point in the history
  • Loading branch information
digilob committed Nov 21, 2024
1 parent f328588 commit 85e4d48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@ jobs:
- name: List GPG Keys
run: gpg --list-secret-keys --keyid-format LONG

- name: Configure GPG
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --yes --import
echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --batch --yes --import
echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --edit-key ${{ secrets.GPG_KEY_ID }} trust quit
- name: Publish to Maven Central Beta
run: |
Expand Down

0 comments on commit 85e4d48

Please sign in to comment.