File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2828 run : dotnet test --configuration Release --no-build --verbosity normal --filter Category=Unit
2929
3030 - name : Push NuGet
31- run : dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
31+ run : dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate -- source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010Nothing yet.
1111
12+ ## [ 1.20.2] - 2024-12-23
13+
14+ ### Fixed
15+
16+ - NuGet publishing pipeline.
17+
1218## [ 1.20.1] - 2024-12-23
1319
1420### Added
@@ -269,7 +275,8 @@ Nothing yet.
269275
270276- Implemented StringExtensions.
271277
272- [ unreleased ] : https://github.com/Logitar/Logitar.NET/compare/v1.20.1...HEAD
278+ [ unreleased ] : https://github.com/Logitar/Logitar.NET/compare/v1.20.2...HEAD
279+ [ 1.20.2 ] : https://github.com/Logitar/Logitar.NET/compare/v1.20.1...v1.20.2
273280[ 1.20.1 ] : https://github.com/Logitar/Logitar.NET/compare/v1.20.0...v1.20.1
274281[ 1.20.0 ] : https://github.com/Logitar/Logitar.NET/compare/v1.19.2...v1.20.0
275282[ 1.19.2 ] : https://github.com/Logitar/Logitar.NET/compare/v1.19.1...v1.19.2
You can’t perform that action at this time.
0 commit comments