1 parent 59396da commit c29ce11Copy full SHA for c29ce11
1 file changed
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Only sign on releases to stay within the monthly signature quota
52
- name: Sign Windows Installer
53
- if: matrix.os == 'windows-latest' && github.event_name == 'release'
+ if: matrix.os == 'windows-latest' #&& github.event_name == 'release'
54
uses: azure/artifact-signing-action@v2
55
with:
56
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments