diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfcb631..8da1e18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 350c622..f692b72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Build, Pack & Publish on: push: branches: - - master # Default release branch + - main # Default release branch jobs: publish: name: build, pack & publish diff --git a/README.md b/README.md index 514629e..0c4e52d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@

-

+ + Build + + Release Code License diff --git a/SharedBuildProperties.props b/SharedBuildProperties.props index 8e8d491..c37ef6e 100644 --- a/SharedBuildProperties.props +++ b/SharedBuildProperties.props @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> Solnet.Pyth - 0.1.0 + 0.1.1 Copyright 2021 © Solnet blockmountain blockmountain diff --git a/build.cake b/build.cake index cd7e2b2..6325e11 100644 --- a/build.cake +++ b/build.cake @@ -78,7 +78,7 @@ Task("Report") Task("Publish") - .IsDependentOn("Report") + .IsDependentOn("Build") .Does(() => { DotNetCorePublish(solutionFolder, new DotNetCorePublishSettings {