Skip to content

Commit

Permalink
Only deploy for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gklijs committed Mar 3, 2023
1 parent 32e228d commit 039ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy to Sonatype
if: success() && ${{ matrix.deploy-enabled }}
if: success() && matrix.deploy-enabled
run: |
./mvnw -B -U -Dstyle.color=always -Possrh deploy -DskipTests=true
env:
Expand Down

0 comments on commit 039ddfa

Please sign in to comment.