We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46948ca commit faed661Copy full SHA for faed661
.github/workflows/publish_snapshot.yml
@@ -159,4 +159,4 @@ jobs:
159
160
- name: Release build deploy
161
if: github.event_name == 'release' && github.repository_owner == 'libgdx'
162
- run: ./gradlew build publish -PRELEASE -Psigning.gnupg.keyId=${{ secrets.GPG_KEYID }} -Psigning.gnupg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Psigning.gnupg.keyName=${{ secrets.GPG_KEYID }}
+ run: ./gradlew build publish --info -PRELEASE -Psigning.gnupg.keyId=${{ secrets.GPG_KEYID }} -Psigning.gnupg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Psigning.gnupg.keyName=${{ secrets.GPG_KEYID }}
0 commit comments