Disable signing installer in release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user