Compare commits
4 commits
671af50999
...
9cd94acfe4
Author | SHA1 | Date | |
---|---|---|---|
9cd94acfe4 | |||
b472519c23 | |||
452bcc3ada | |||
5d7c90e25d |
1 changed files with 6 additions and 0 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue