diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 69e0c61..e18e5af 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -56,7 +56,7 @@ jobs: - name: publish nuget if: matrix.os == 'windows-latest' && env.PUBLISH_NUGET id: publish_nuget - uses: brandedoutcast/publish-nuget@v2.5.2 + uses: alirezanet/publish-nuget@v3.0.0 with: VERSION_REGEX: (.*)<\/version> PROJECT_FILE_PATH: ${{env.MAIN_CSPROJ}} diff --git a/CoreLisp/CoreLisp.csproj b/CoreLisp/CoreLisp.csproj index 6c9427e..aa3baaa 100644 --- a/CoreLisp/CoreLisp.csproj +++ b/CoreLisp/CoreLisp.csproj @@ -2,9 +2,9 @@ net6.0 - 1.0.7 + 1.0.8 .net core lisp interpreter - 1.0.7 https://github.com/b3b00/corelisp + 1.0.8 https://github.com/b3b00/corelisp https://github.com/b3b00/corelisp https://github.com/b3b00/corelisp/blob/master/LICENSE