Compare commits

...

4 commits

Author SHA1 Message Date
9cd94acfe4
Update publish.yml 2023-04-08 19:33:42 -04:00
b472519c23
Update publish.yml 2023-04-08 19:24:06 -04:00
452bcc3ada
Update publish.yml 2023-04-08 19:21:04 -04:00
5d7c90e25d
Update publish.yml 2023-04-08 19:18:50 -04:00

View file

@ -27,6 +27,9 @@ jobs:
- name: Download the dependencies - name: Download the dependencies
run: ./bld download run: ./bld download
- name: Import key
run: echo "${{ secrets.SIGN_SECRET_KEY }}" | gpg --batch --import
- name: Publish with bld - name: Publish with bld
run: >- run: >-
./bld compile test publish ./bld compile test publish
@ -38,3 +41,6 @@ jobs:
-DsonatypePassword=${{ secrets.SONATYPE_PASSWORD }} -DsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}
-DsignKey=${{ secrets.SIGN_KEY }} -DsignKey=${{ secrets.SIGN_KEY }}
-DsignPassphrase=${{ secrets.SIGN_PASSPHRASE }} -DsignPassphrase=${{ secrets.SIGN_PASSPHRASE }}
- name: Delete GnuPG data
run: rm -rfv $HOME/.gnupg