Skip to content

Commit b34f81f

Browse files
authored
A hotfix for #1181 based on v3.7.4 (#1223)
1 parent 4774244 commit b34f81f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET Core Test and Publish
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [v3.7.4.1]
66
pull_request:
77

88
env:
@@ -94,7 +94,7 @@ jobs:
9494
file: ${{ github.workspace }}/coverage/lcov.info
9595

9696
PublishPackage:
97-
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
97+
if: github.ref == 'refs/heads/v3.7.4.1' && startsWith(github.repository, 'neo-project/')
9898
needs: Test
9999
runs-on: ubuntu-latest
100100
steps:
@@ -154,7 +154,7 @@ jobs:
154154
--no-service-endpoint;
155155
156156
Release:
157-
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
157+
if: github.ref == 'refs/heads/v3.7.4.1' && startsWith(github.repository, 'neo-project/')
158158
needs: Test
159159
runs-on: ubuntu-latest
160160
steps:

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Copyright>2015-2024 The Neo Project</Copyright>
66
<Company>The Neo Project</Company>
7-
<VersionPrefix>3.7.4</VersionPrefix>
7+
<VersionPrefix>3.7.4.1</VersionPrefix>
88
<Authors>The Neo Project</Authors>
99
<PackageProjectUrl>https://github.com/neo-project/neo-devpack-dotnet</PackageProjectUrl>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)