Skip to content

Commit

Permalink
v3.7.6 (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
superboyiii authored Aug 22, 2024
1 parent cbb271b commit 4e78a10
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: [v3.7.5]
branches: [neo-express-v3.7.5]
pull_request:

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

PublishPackage:
if: github.ref == 'refs/heads/v3.7.5' && startsWith(github.repository, 'neo-project/')
if: github.ref == 'refs/heads/neo-express-v3.7.5' && startsWith(github.repository, 'neo-project/')
needs: Test
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
--no-service-endpoint;
Release:
if: github.ref == 'refs/heads/v3.7.5' && startsWith(github.repository, 'neo-project/')
if: github.ref == 'refs/heads/neo-express-v3.7.5' && 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 @@ -3,7 +3,7 @@

<PropertyGroup>
<Copyright>2015-2024 The Neo Project</Copyright>
<VersionPrefix>3.7.5</VersionPrefix>
<VersionPrefix>3.7.6</VersionPrefix>
<LangVersion>12.0</LangVersion>
<Authors>The Neo Project</Authors>
<PackageIcon>neo.png</PackageIcon>
Expand Down

0 comments on commit 4e78a10

Please sign in to comment.