Update publish.yml
This commit is contained in:
parent
452bcc3ada
commit
b472519c23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: ./bld download
|
run: ./bld download
|
||||||
|
|
||||||
- name: Import key
|
- name: Import key
|
||||||
run: echo "${{ secrets.SIGN_SECRET_KEY }}" | gpg --import
|
run: echo "${{ secrets.SIGN_SECRET_KEY }}" | gpg --batch --import
|
||||||
|
|
||||||
- name: Publish with bld
|
- name: Publish with bld
|
||||||
run: >-
|
run: >-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue