We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee07fd3 commit dc898afCopy full SHA for dc898af
.github/workflows/deploy.yml
@@ -59,7 +59,6 @@ jobs:
59
run: npx semantic-release --dry-run --branches 9520_gha # Uncomment for testing purposes
60
61
- name: Publish to Maven Central
62
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
63
env:
64
TRAVIS_TAG: ${{ github.event.release.tag_name }} # for setMavenVersion
65
run: |
0 commit comments