Skip to content

Commit

Permalink
Enhance release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Aug 27, 2022
1 parent 40be1f9 commit cd2cdf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
with:
distribution: "temurin"
java-version: 11
gpg-private-key: ${{ secrets.gpg_private_key }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: GitHub Release
run: mvn --batch-mode clean source:jar javadoc:jar deploy -P github,release -DskipTests
Expand Down

0 comments on commit cd2cdf3

Please sign in to comment.