Update publish.yml

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

View file

@ -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 --import
- name: Publish with bld - name: Publish with bld
run: >- run: >-
./bld compile test publish ./bld compile test publish