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