diff --git a/.github/workflows/publish-library.yml b/.github/workflows/publish-library.yml index 7e0274c..1660a30 100644 --- a/.github/workflows/publish-library.yml +++ b/.github/workflows/publish-library.yml @@ -26,7 +26,7 @@ jobs: with: dotnet-version: ${{ env.DotNetVersion }} - name: Publish - uses: tedd/publish-nuget-neo@v2 + uses: tedd/publish-nuget-neo@v1 with: NUGET_KEY: ${{secrets.PUSH_NEW_SPHERE_VERSION}} PROJECT_FILE_PATH: ${{inputs.project-path}} diff --git a/.github/workflows/publish-new-library.yml b/.github/workflows/publish-new-library.yml index 6944cb3..75896da 100644 --- a/.github/workflows/publish-new-library.yml +++ b/.github/workflows/publish-new-library.yml @@ -26,7 +26,7 @@ jobs: with: dotnet-version: ${{ env.DotNetVersion }} - name: Publish - uses: tedd/publish-nuget-neo@v2 + uses: tedd/publish-nuget-neo@v1 with: NUGET_KEY: ${{secrets.CREATENEWNUGETPACKAGE}} PROJECT_FILE_PATH: ${{inputs.project-path}} diff --git a/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj b/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj index 23a2a3a..b72f1a9 100644 --- a/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj +++ b/source/Atmoos.Sphere.BenchmarkDotNet/Atmoos.Sphere.BenchmarkDotNet.csproj @@ -3,7 +3,7 @@ - 0.2.1 + 0.15.0 benchmark, benchmarking, export benchmark results Atmoos Sphere BenchmarkDotNet:Exports benchmark results into the defining benchmark source files.