#89 - Avoid obsolete step in release workflows.
We don't produce no Asciidoctor documentation, so we don't need to install GraphViz.
This commit is contained in:
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -34,6 +34,3 @@ jobs:
|
||||
run: |
|
||||
./mvnw -B clean install -DskipTests
|
||||
./mvnw -B clean deploy -Psonatype -s settings.xml
|
||||
|
||||
- name: Setup Graphviz
|
||||
uses: ts-graphviz/setup-graphviz@v1
|
||||
|
||||
Reference in New Issue
Block a user