Update publish.yml

This commit is contained in:
Geert Bevin 2023-04-08 19:21:04 -04:00 committed by GitHub
parent 5d7c90e25d
commit 452bcc3ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 --import
- name: Publish with bld - name: Publish with bld
run: >- run: >-