Skip to content

Commit

Permalink
Fix problem with skipping maven deploy during release
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed May 30, 2023
1 parent bdb141d commit 5557734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Maven Deploy
if: github.event.inputs.skip-maven-deploy == 'true'
if: github.event.inputs.skip-maven-deploy == 'false'
run: |
cd registry
# Retry 3 times before the steps actually fails
Expand Down

0 comments on commit 5557734

Please sign in to comment.