We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb1814 commit 476025cCopy full SHA for 476025c
1 file changed
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
client-id: ${{ secrets.AZURE_CLIENT_ID }}
50
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
51
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
52
+ allow-no-subscriptions: true
53
54
- name: Install sign cli
55
run: dotnet tool install --global sign --prerelease
0 commit comments