We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39f2de commit a264049Copy full SHA for a264049
1 file changed
.github/workflows/release-drafter.yml
@@ -34,6 +34,7 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
publish-attested:
37
+ if: ${{ secrets.NUGET_SIGN_CERTIFICATE_BASE64 != '' && secrets.NUGET_SIGN_CERTIFICATE_PASSWORD != '' && secrets.NUGET_SIGN_CERTIFICATE_SHA256_FINGERPRINT != '' && secrets.NUGET_SIGN_TIMESTAMP_URL != '' }}
38
needs: update-release-draft
39
uses: ./.github/workflows/publish-attested.yml
40
with:
0 commit comments