Skip to content

Commit

Permalink
updated nupkg to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickedb committed Dec 11, 2023
1 parent bd898b4 commit 2226813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Publish NuGet
run: |
dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
nuget push src/OpenProtocolInterpreter/bin/release/OpenProtocolInterpreter.6.0.0.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push src/OpenProtocolInterpreter/bin/release/OpenProtocolInterpreter.6.1.0.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate

0 comments on commit 2226813

Please sign in to comment.