Skip to content

Commit

Permalink
Add validation for kiota-bundle package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Aug 6, 2024
1 parent f667c0c commit 0fe8547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
.\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-kiota-serialization-json -Version $PACKAGE_VERSION
.\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-kiota-serialization-text -Version $PACKAGE_VERSION
.\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-kiota-serialization-multipart -Version $PACKAGE_VERSION
.\scripts\ValidatePackageContents.ps1 -ArtifactId microsoft-kiota-bundle -Version $PACKAGE_VERSION
- name: Publish Release abstractions #publishing all components at once often results in split staging repos which fails to release
run: ./gradlew --no-daemon :components:abstractions:$PUBLISH_TASK -PmavenCentralSnapshotArtifactSuffix=""
- name: Publish Release serialization form
Expand Down

0 comments on commit 0fe8547

Please sign in to comment.