File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup .NET Core
1616 uses : actions/setup-dotnet@v1
1717 with :
18- dotnet-version : 6.0.100
18+ dotnet-version : 6.0.x
1919 - name : Install dependencies
2020 run : dotnet restore
2121 - name : Build
2525 - name : Publish NuGet
2626 id : publish_nuget
2727 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
28- uses : brandedoutcast /publish-nuget@v2.5.5
28+ uses : alirezanet /publish-nuget@v3.0.4
2929 with :
3030 PROJECT_FILE_PATH : dotnet-json/dotnet-json.csproj
3131 PACKAGE_NAME : dotnet-json
Original file line number Diff line number Diff line change 1414 <ToolCommandName >dotnet-json</ToolCommandName >
1515 <PackageOutputPath >./nupkg</PackageOutputPath >
1616
17- <Version >1.0.1 </Version >
17+ <Version >1.0.2 </Version >
1818 <PackageId >dotnet-json</PackageId >
1919 <Authors >sleeuwen</Authors >
2020 <RepositoryUrl >https://github.com/sleeuwen/dotnet-json</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments