Skip to content

Commit e67838b

Browse files
committed
Fix invalid job identifier in CI
1 parent f26a04c commit e67838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Maven deploy
3131
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
3232
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):
33+
Deploy-Oracle:
3434
name: Deploy (Oracle) to OSSRH
3535
runs-on: ubuntu-latest
3636
steps:

0 commit comments

Comments
 (0)