diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b610a9ef7..bef1103e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: .NET Core Test and Publish on: push: - branches: [master] + branches: [v3.7.4.1] pull_request: env: @@ -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: @@ -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: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f501dbae1..ff4a1e9c9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,7 +4,7 @@ 2015-2024 The Neo Project The Neo Project - 3.7.4 + 3.7.4.1 The Neo Project https://github.com/neo-project/neo-devpack-dotnet MIT