Skip to content

Commit c29ce11

Browse files
committed
wip: temporarily allow signing for a pr to test it out
1 parent 59396da commit c29ce11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Only sign on releases to stay within the monthly signature quota
5252
- name: Sign Windows Installer
53-
if: matrix.os == 'windows-latest' && github.event_name == 'release'
53+
if: matrix.os == 'windows-latest' #&& github.event_name == 'release'
5454
uses: azure/artifact-signing-action@v2
5555
with:
5656
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)