Skip to content

Commit fb430ba

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
java-version: '11'
1616
distribution: 'adopt'
1717
- name: Publish package SQLSchema2Java
18-
run: cd sqlschema2java-core && mvn --batch-mode deploy && cd../sqlschema2java-maven-plugin && mvn --batch-mode deploy
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)