Skip to content

Commit 5e0c3ee

Browse files
authored
Update main.yml
1 parent 2ce7b99 commit 5e0c3ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: '11'
1616
distribution: 'adopt'
17-
- name: Publish package
18-
run: mvn --batch-mode deploy
17+
- name: Publish package SQLSchema2Java
18+
run: cd sqlschema2java-core && mvn --batch-mode deploy && cd../sqlschema2java-maven-plugin && mvn --batch-mode deploy
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)