We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551e3b3 commit d2476d0Copy full SHA for d2476d0
1 file changed
.github/workflows/release.yml
@@ -230,6 +230,7 @@ jobs:
230
includeUpdaterJson: false # Generated by rename-assets script with all platforms
231
232
- name: Sign Windows executables with Azure Trusted Signing
233
+ continue-on-error: true # Temporarily non-blocking - Azure identity validation suspended
234
uses: azure/trusted-signing-action@v1.2.0
235
with:
236
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments