We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e8b47 commit 4e4daacCopy full SHA for 4e4daac
.github/workflows/release.yaml
@@ -21,20 +21,6 @@ jobs:
21
java-version: 17
22
cache: 'maven'
23
24
- - name: Install GPG key
25
- run: |
26
- echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
27
- echo "${{ secrets.GPG_PASSPHRASE }}" | gpg --batch --yes --passphrase-fd 0 --import gpg.asc
28
-
29
- - name: Release to Sonatype OSSRH
30
- env:
31
- SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
32
- SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
33
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
34
35
- ./mvnw -B clean install -DskipTests
36
- ./mvnw -B clean deploy -Pci,sonatype -s settings.xml
37
38
- name: Setup Graphviz
39
uses: ts-graphviz/setup-graphviz@v2
40
0 commit comments