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 5e0c3ee commit fb430baCopy full SHA for fb430ba
1 file changed
.github/workflows/main.yml
@@ -15,6 +15,6 @@ jobs:
15
java-version: '11'
16
distribution: 'adopt'
17
- name: Publish package SQLSchema2Java
18
- run: cd sqlschema2java-core && mvn --batch-mode deploy && cd../sqlschema2java-maven-plugin && mvn --batch-mode deploy
+ 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