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 63
63
git config --global hub.protocol https
64
64
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected] /''' + 'swagger-api/swagger-core' + '''.git
65
65
- name : Run maven deploy/release
66
- if : env.RELEASE_OK == 'nope '
66
+ if : env.RELEASE_OK == 'yes '
67
67
run : |
68
- ./mvnw --no-transfer-progress -B -Prelease deploy
68
+ ./mvnw --no-transfer-progress -B -Prelease install
69
69
- name : Run prepare javadocs script
70
70
id : prepareJavadocs
71
71
if : env.RELEASE_OK == 'yes'
Original file line number Diff line number Diff line change 66
66
<executions >
67
67
<execution >
68
68
<id >copy-resources</id >
69
- <phase >deploy </phase >
69
+ <phase >install </phase >
70
70
<goals >
71
71
<goal >copy-resources</goal >
72
72
</goals >
You can’t perform that action at this time.
0 commit comments