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 cff297c commit 979a88aCopy full SHA for 979a88a
.github/workflows/maven-publish.yml
@@ -8,7 +8,7 @@ on:
8
types: [created]
9
10
jobs:
11
- build:
+ publish:
12
13
runs-on: ubuntu-latest
14
permissions:
pom.xml
@@ -186,7 +186,7 @@
186
187
<configuration>
188
<!-- skip for cdoc2-openapi pom-->
189
- <skip>true</skip>
+ <skip>false</skip>
190
</configuration>
191
</plugin>
192
0 commit comments