Update publish.yml
This commit is contained in:
parent
5d7c90e25d
commit
452bcc3ada
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
|
||||
|
||||
- name: Import key
|
||||
run: echo "${secrets.SIGN_SECRET_KEY}" | gpg --import
|
||||
run: echo "${{ secrets.SIGN_SECRET_KEY }}" | gpg --import
|
||||
|
||||
- name: Publish with bld
|
||||
run: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue