Skip to content

Commit 184b8b6

Browse files
author
Andrew Omondi
committed
fix: update workflow filter to allow release
1 parent 2d53204 commit 184b8b6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
publish:
1717
name: Publish distribution to PyPI
1818
runs-on: ubuntu-latest
19-
if: startsWith(github.ref, 'refs/tags/v')
19+
if: startsWith(github.ref, 'refs/tags/microsoft-kiota-abstractions-v')
2020
environment: pypi_prod
2121
needs: [build]
2222
env:

packages/serialization/multipart/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
### Added
4343

4444
- Added support for multipart serialization for Python.[microsoft/kiota#3030](https://github.com/microsoft/kiota/issues/3030)
45-
46-
### Changed

0 commit comments

Comments
 (0)