Skip to content

Commit

Permalink
chore(ci/cd): publish to central
Browse files Browse the repository at this point in the history
  • Loading branch information
xooooooooox committed Dec 27, 2024
1 parent 1a0db2f commit 53ede7f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/trigger-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
- name: Test GPG signing
run: |
GPG -K
gpg -K
echo "test gpg" > test.txt
gpg -ab test.txt
gpg --verify test.txt.asc
rm test.txt test.asc
env:
GPG_TTY: ${{ env.GPG_TTY }}
- name: Set up Java
uses: actions/setup-java@v4
Expand All @@ -67,5 +65,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
GPG_KEYID: ${{ secrets.GPG_KEYID }}
GPG_TTY: ${{ env.GPG_TTY }}
GPG_KEYID: ${{ secrets.GPG_KEYID }}

0 comments on commit 53ede7f

Please sign in to comment.