Skip to content

Commit 2d8261a

Browse files
committed
Release 1.20.2
1 parent c069f7c commit 2d8261a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
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

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Nothing 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

0 commit comments

Comments
 (0)