Disable signing installer in release workflow

This commit is contained in:
Jonathan G Rennison
2021-11-11 00:58:22 +00:00
parent c4e3c2cd75
commit f79977ad0b

View File

@@ -840,7 +840,7 @@ jobs:
echo "::endgroup::" echo "::endgroup::"
- name: Sign installer - name: Sign installer
if: needs.source.outputs.is_tag == 'true' if: ${{ false }} # needs.source.outputs.is_tag == 'true'
shell: bash shell: bash
# If this is run on a fork, there may not be a certificate set up - continue in this case # If this is run on a fork, there may not be a certificate set up - continue in this case
continue-on-error: true continue-on-error: true