Skip to content

Commit

Permalink
Use batch import.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 5, 2019
1 parent 6d8ad4e commit ad5acab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Import GPG keys
run: |
echo "${{ secret.gpg_public }}" | gpg --import
echo "${{ secret.gpg_secret }}" | gpg --import
echo "${{ secret.gpg_secret }}" | gpg --batch --import
- name: Release project
run: ./mvnw -s release.settings.xml release:prepare release:perform -DdryRun=true -pl !byte-buddy-gradle-plugin -Dbintray.username=${{ secret.bintray_username }} -Dbintray.password=${{ secret.bintray_password }} -Dgpg.passphrase=${{ secret.gpg_passphrase }} -Dgradle.publish.key=${{ secret.gradle_key }} -Dgradle.publish.secret=${{ secret.gradle_secret }}

0 comments on commit ad5acab

Please sign in to comment.