We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26a04c commit e67838bCopy full SHA for e67838b
1 file changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Maven deploy
31
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
32
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -pl vertx-sql-client,vertx-pg-client,vertx-mysql-client,vertx-mssql-client,vertx-db2-client,vertx-sql-client-templates
33
- Deploy (Oracle):
+ Deploy-Oracle:
34
name: Deploy (Oracle) to OSSRH
35
runs-on: ubuntu-latest
36
steps:
0 commit comments