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.
2 parents dbd5a57 + 12086c1 commit d56ffddCopy full SHA for d56ffdd
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
check-semver:
28
runs-on: ubuntu-latest
29
- if: github.event_name == 'pull_request'
+ if: github.event_name != 'release'
30
steps:
31
- name: Checkout current version
32
uses: actions/checkout@v4
@@ -129,4 +129,4 @@ jobs:
129
run: dotnet nuget push "Packages/*.nupkg" --skip-duplicate --no-symbols --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/${{github.repository_owner}}
130
env:
131
# This is a workaround for https://github.com/NuGet/Home/issues/9775
132
- DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
+ DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
0 commit comments