Skip to content

Commit 778f577

Browse files
committed
temporary workaround for sonatype 502 response
1 parent 8c172f9 commit 778f577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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 == 'yes'
66+
if: env.RELEASE_OK == 'nope'
6767
run: |
6868
./mvnw --no-transfer-progress -B -Prelease deploy
6969
- name: Run prepare javadocs script

0 commit comments

Comments
 (0)