From 2d8261ac03594c9533a7197625352677a9b17c26 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Mon, 23 Dec 2024 00:49:59 -0500 Subject: [PATCH] Release 1.20.2 --- .github/workflows/publish.yaml | 2 +- CHANGELOG.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d6b339f..2b348e2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,4 +28,4 @@ jobs: run: dotnet test --configuration Release --no-build --verbosity normal --filter Category=Unit - name: Push NuGet - run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json + run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --source https://api.nuget.org/v3/index.json diff --git a/CHANGELOG.md b/CHANGELOG.md index da7e921..f8e90b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [1.20.2] - 2024-12-23 + +### Fixed + +- NuGet publishing pipeline. + ## [1.20.1] - 2024-12-23 ### Added @@ -269,7 +275,8 @@ Nothing yet. - Implemented StringExtensions. -[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.1...HEAD +[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.2...HEAD +[1.20.2]: https://github.com/Logitar/Logitar.NET/compare/v1.20.1...v1.20.2 [1.20.1]: https://github.com/Logitar/Logitar.NET/compare/v1.20.0...v1.20.1 [1.20.0]: https://github.com/Logitar/Logitar.NET/compare/v1.19.2...v1.20.0 [1.19.2]: https://github.com/Logitar/Logitar.NET/compare/v1.19.1...v1.19.2