We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eb213 commit e8dac34Copy full SHA for e8dac34
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
docker compose -f docker-compose.yml down -v || true
67
68
- name: Publish to Maven Central
69
- if: ${{ (github.event_name == 'release' && github.event.action == 'published') || startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && github.event.inputs.version != '') }}
+ if: ${{ (github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.event.inputs.version != '') }}
70
env:
71
# Vanniktech Maven Publish (Central Portal) expects Gradle properties below
72
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_PORTAL_USERNAME }}
0 commit comments