We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3fde3 commit bac8fccCopy full SHA for bac8fcc
.github/workflows/new-maven-central-release.yml
@@ -37,12 +37,3 @@ jobs:
37
run: |
38
./mvnw -B clean install -DskipTests
39
./mvnw -B clean deploy -Psonatype -s settings.xml
40
-
41
- - name: Setup Graphviz
42
- uses: ts-graphviz/setup-graphviz@v1
43
44
- - name: Deploy documentation
45
- env:
46
- ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
47
- ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
48
- run: ./mvnw -B clean deploy -Pdocumentation
0 commit comments