We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce7b99 commit 5e0c3eeCopy full SHA for 5e0c3ee
1 file changed
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: '11'
16
distribution: 'adopt'
17
- - name: Publish package
18
- run: mvn --batch-mode deploy
+ - name: Publish package SQLSchema2Java
+ run: cd sqlschema2java-core && mvn --batch-mode deploy && cd../sqlschema2java-maven-plugin && mvn --batch-mode deploy
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments