Skip to content

Commit

Permalink
Fix deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein authored Aug 24, 2023
1 parent 0aff0db commit d4e9ea1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ jobs:
deploy:

runs-on: [ubuntu-latest]

strategy:
matrix:
java_version: [17]
java_version: [17]

if: github.ref == 'refs/heads/main'

steps:
- name: Publish package
run: mvn --batch-mode deploy
env:
Expand Down

0 comments on commit d4e9ea1

Please sign in to comment.