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 8c172f9 commit 778f577Copy full SHA for 778f577
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
git config --global hub.protocol https
64
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-core' + '''.git
65
- name: Run maven deploy/release
66
- if: env.RELEASE_OK == 'yes'
+ if: env.RELEASE_OK == 'nope'
67
run: |
68
./mvnw --no-transfer-progress -B -Prelease deploy
69
- name: Run prepare javadocs script
0 commit comments