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 30d6cf9 commit f68159dCopy full SHA for f68159d
.github/workflows/site.yml
@@ -30,7 +30,7 @@ jobs:
30
java-version: '17'
31
distribution: 'temurin'
32
- name: Download Nasdanika CLI
33
- run: wget https://github.com/Nasdanika/cli/releases/download/maven-2024.12.0/nsd-cli.zip
+ run: wget https://github.com/Nasdanika/cli/releases/download/maven-2025.1.0/nsd-cli.zip
34
- name: Unzip Nasdanika CLI
35
run: unzip nsd-cli.zip
36
- name: Setup Graphviz
0 commit comments