Skip to content

Commit

Permalink
A hotfix for #1181 based on v3.7.4 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
superboyiii authored Nov 6, 2024
1 parent 4774244 commit b34f81f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: .NET Core Test and Publish

on:
push:
branches: [master]
branches: [v3.7.4.1]
pull_request:

env:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
file: ${{ github.workspace }}/coverage/lcov.info

PublishPackage:
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
if: github.ref == 'refs/heads/v3.7.4.1' && startsWith(github.repository, 'neo-project/')
needs: Test
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
--no-service-endpoint;
Release:
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
if: github.ref == 'refs/heads/v3.7.4.1' && startsWith(github.repository, 'neo-project/')
needs: Test
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Copyright>2015-2024 The Neo Project</Copyright>
<Company>The Neo Project</Company>
<VersionPrefix>3.7.4</VersionPrefix>
<VersionPrefix>3.7.4.1</VersionPrefix>
<Authors>The Neo Project</Authors>
<PackageProjectUrl>https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit b34f81f

Please sign in to comment.