Skip to content

Commit

Permalink
Configure sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
d10xa committed Nov 19, 2024
1 parent d095fbb commit a3ef18c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- name: Upload bundle artifact
if: failure()
uses: actions/upload-artifact@v3
with:
name: sonatype-bundle
path: target/sonatype-staging/0.3.0-bundle/bundle.zip
# - name: Set up GPG
# run: |
# echo "${{ secrets.PGP_SECRET }}" | base64 --decode > private.key
Expand Down

0 comments on commit a3ef18c

Please sign in to comment.