diff --git a/.github/workflows/nuget.release.yml b/.github/workflows/release.yml similarity index 88% rename from .github/workflows/nuget.release.yml rename to .github/workflows/release.yml index 8b71f3d..31be0c1 100644 --- a/.github/workflows/nuget.release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: NuGet Release +name: Release concurrency: ci-${{ github.ref }} @@ -7,10 +7,10 @@ on: branches: [ main ] # Default release branch push: branches: [ main ] # Default release branch - paths: - - 'src/**' - - '.github/workflows/**' - + paths-ignore: + - '.github/**' + - 'docs/**' + - '**/*.sln' env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true diff --git a/docs/README.md b/docs/README.md index 0588c73..07feeec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,8 @@ # Digitalroot.Valheim.AssemblyInfo AssemblyInfo for Valheim Mods -[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml) +
+

+Digitalroot can be found in the Valhalla Legends Discord

+ +

diff --git a/src/Digitalroot.Valheim.Common.AssemblyInfo.sln b/src/Digitalroot.Valheim.Common.AssemblyInfo.sln index 05f41aa..6827940 100644 --- a/src/Digitalroot.Valheim.Common.AssemblyInfo.sln +++ b/src/Digitalroot.Valheim.Common.AssemblyInfo.sln @@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F85B EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1CA83D97-8C6C-4EED-941A-D5A96891C41C}" ProjectSection(SolutionItems) = preProject - ..\.github\workflows\nuget.release.yml = ..\.github\workflows\nuget.release.yml + ..\.github\workflows\release.yml = ..\.github\workflows\release.yml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{16F99A33-CFE2-4169-8745-6E260D770AE6}" @@ -25,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{16F99A33-C ..\docs\README.md = ..\docs\README.md EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{71FDEFB3-DE61-4F64-B097-1C7A064533D7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{71FDEFB3-DE61-4F64-B097-1C7A064533D7}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution