File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/swagger-annotations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 git config --global hub.protocol https
6464 git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected] /''' + 'swagger-api/swagger-core' + '''.git 6565 - name : Run maven deploy/release
66- if : env.RELEASE_OK == 'nope '
66+ if : env.RELEASE_OK == 'yes '
6767 run : |
68- ./mvnw --no-transfer-progress -B -Prelease deploy
68+ ./mvnw --no-transfer-progress -B -Prelease install
6969 - name : Run prepare javadocs script
7070 id : prepareJavadocs
7171 if : env.RELEASE_OK == 'yes'
Original file line number Diff line number Diff line change 6666 <executions >
6767 <execution >
6868 <id >copy-resources</id >
69- <phase >deploy </phase >
69+ <phase >install </phase >
7070 <goals >
7171 <goal >copy-resources</goal >
7272 </goals >
You can’t perform that action at this time.
0 commit comments