diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 9288db9..57f3738 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -27,7 +27,7 @@ jobs: run: dotnet test - name: publish on version change id: publish_nuget - uses: alirezanet/publish-nuget@v3.0.4 + uses: alirezanet/publish-nuget@v3.1.0 with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: PacketDotNetConnections/PacketDotNetConnections.csproj