Compare commits
No commits in common. "9cd94acfe4ca7cb950cb2347f832d9a13036b486" and "671af5099970a3e86e6ddb8c5bdf6b5654dc0584" have entirely different histories.
9cd94acfe4
...
671af50999
1 changed files with 0 additions and 6 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -27,9 +27,6 @@ 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
|
||||||
|
@ -41,6 +38,3 @@ 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