Skip to content

Commit

Permalink
Updated publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-S-2018 committed Nov 16, 2023
1 parent 3d617ed commit 7cda529
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GPGKEY: ${{ secrets.GPGKEY }}
strategy:
matrix:
java: [ '8' ]
java: [ '9' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand All @@ -36,8 +36,3 @@ jobs:
mvn verify -Dgpg.passphrase=$GPGKEY
echo "deploy"
mvn clean deploy
- uses: actions/upload-artifact@v2
if: failure()
with:
name: key
path: ~/key

0 comments on commit 7cda529

Please sign in to comment.