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 94d4e6e commit d80a272Copy full SHA for d80a272
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Run maven deploy/release
66
if: env.RELEASE_OK == 'yes'
67
run: |
68
- ./mvnw --no-transfer-progress -B -Prelease install
+ ./mvnw --no-transfer-progress -B -Prelease deploy
69
- name: Run prepare javadocs script
70
id: prepareJavadocs
71
modules/swagger-annotations/pom.xml
@@ -66,7 +66,7 @@
<executions>
<execution>
<id>copy-resources</id>
- <phase>install</phase>
+ <phase>deploy</phase>
<goals>
<goal>copy-resources</goal>
72
</goals>
0 commit comments