Skip to content

Commit

Permalink
Merge pull request #383 from microsoft/andrueastman/fixReleaseFinal
Browse files Browse the repository at this point in the history
fix: update workflow filter to allow release
  • Loading branch information
andrueastman authored Oct 16, 2024
2 parents 2d53204 + 184b8b6 commit 1da7e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions packages/serialization/multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1da7e4d

Please sign in to comment.