Skip to content

Commit d2476d0

Browse files
committed
ci: make Windows signing non-blocking while Azure identity validation is suspended
1 parent 551e3b3 commit d2476d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ jobs:
230230
includeUpdaterJson: false # Generated by rename-assets script with all platforms
231231

232232
- name: Sign Windows executables with Azure Trusted Signing
233+
continue-on-error: true # Temporarily non-blocking - Azure identity validation suspended
233234
uses: azure/trusted-signing-action@v1.2.0
234235
with:
235236
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)