Skip to content

Commit 6181c16

Browse files
author
iamazy
committed
Update release.yml
1 parent 6658a2d commit 6181c16

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,10 @@ jobs:
1515
uses: actions/setup-java@v1
1616
with:
1717
java-version: 1.8
18-
server-id: releases
19-
server-username: MAVEN_USERNAME
20-
server-password: MAVEN_CENTRAL_TOKEN
21-
gpg-passphrase: MAVEN_GPG_PASSPHRASE
22-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2318

2419
- name: Maven Install
2520
run: |
26-
mvn clean install
21+
mvn clean install -Dgpg.skip
2722
2823
- name: Release
2924
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)