Skip to content

Commit

Permalink
Merge pull request #265 from open-ephys/check-semver-on-merge
Browse files Browse the repository at this point in the history
Only skip check-semver during releases
  • Loading branch information
jonnew authored Aug 27, 2024
2 parents dbd5a57 + 12086c1 commit d56ffdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

check-semver:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: github.event_name != 'release'
steps:
- name: Checkout current version
uses: actions/checkout@v4
Expand Down Expand Up @@ -129,4 +129,4 @@ jobs:
run: dotnet nuget push "Packages/*.nupkg" --skip-duplicate --no-symbols --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/${{github.repository_owner}}
env:
# This is a workaround for https://github.com/NuGet/Home/issues/9775
DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0

0 comments on commit d56ffdd

Please sign in to comment.