From 184b8b632c2a24d73e52a796089e1a934ef9eb5a Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 16 Oct 2024 15:07:09 +0300 Subject: [PATCH] fix: update workflow filter to allow release --- .github/workflows/publish.yml | 2 +- packages/serialization/multipart/CHANGELOG.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c56c1af..29ff93a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: publish: name: Publish distribution to PyPI runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/microsoft-kiota-abstractions-v') environment: pypi_prod needs: [build] env: diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 9c35540..6ecc13e 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -42,5 +42,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added support for multipart serialization for Python.[microsoft/kiota#3030](https://github.com/microsoft/kiota/issues/3030) - -### Changed