Skip to content

Commit

Permalink
Disable Maven publishing (appears to be down) (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Traverse authored Jan 26, 2023
1 parent dea57ac commit 59ef719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}

- name: Publish to Maven Central
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
# if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
if: ${{ false }}
run: |
mkdir -p ~/.gnupg/
printf "$GPG_KEY_BASE64" | base64 --decode > ~/.gnupg/keyring.gpg
Expand Down

0 comments on commit 59ef719

Please sign in to comment.