Skip to content

Commit 4e4daac

Browse files
committed
Reissue documentation generation for 2.4 release.
1 parent 85e8b47 commit 4e4daac

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@ jobs:
2121
java-version: 17
2222
cache: 'maven'
2323

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-
run: |
35-
./mvnw -B clean install -DskipTests
36-
./mvnw -B clean deploy -Pci,sonatype -s settings.xml
37-
3824
- name: Setup Graphviz
3925
uses: ts-graphviz/setup-graphviz@v2
4026

0 commit comments

Comments
 (0)