Skip to content

Commit b0bd5d0

Browse files
committed
Removing unneeded filter
1 parent 42b9f88 commit b0bd5d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
run: ./Build.ps1
5656
shell: pwsh
5757
- name: Sign packages
58-
if: github.event == 'push'
5958
run: |-
6059
for file in artifacts/*.nupkg; do
6160
dotnet NuGetKeyVaultSignTool sign "$file" --file-digest sha256 --timestamp-rfc3161 http://timestamp.digicert.com --azure-key-vault-managed-identity --azure-key-vault-url ${{ secrets.AZURE_KEYVAULT_URI }} --azure-key-vault-certificate ${{ secrets.CODESIGN_CERT_NAME }}

0 commit comments

Comments
 (0)