Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Jan 23, 2022
1 parent 0a886c3 commit d5b6b5b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
server-id: releases
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-passphrase: MAVEN_GPG_PASSPHRASE
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

- name: Maven Install
run: |
mvn clean install
mvn clean install -Dgpg.skip
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d5b6b5b

Please sign in to comment.