From e990941eadbe1637dabf89bafb18b95522cdefc7 Mon Sep 17 00:00:00 2001 From: StevenTCramer Date: Sun, 27 Mar 2022 10:27:12 +0000 Subject: [PATCH] One more attempt to solve github Action error https://github.com/NuGet/Home/issues/11601 --- .github/workflows/timewarp-architecture.yml | 2 +- .../TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/timewarp-architecture.yml b/.github/workflows/timewarp-architecture.yml index 7cade1293..f48bcc879 100644 --- a/.github/workflows/timewarp-architecture.yml +++ b/.github/workflows/timewarp-architecture.yml @@ -35,4 +35,4 @@ jobs: cd Source/TimeWarp.Architecture.Template/ dotnet build -c Release - name: Publish - run: dotnet nuget push Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} + run: dotnet nuget push Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} diff --git a/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj b/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj index df4ff0a46..e845365a8 100644 --- a/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj +++ b/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj @@ -3,7 +3,7 @@ Template TimeWarp.Architecture - 1.0.2 + 1.0.3 Unlicense TimeWarp Architecture Steven T. Cramer