Skip to content

Commit

Permalink
Fix artifact Id in release package validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Aug 13, 2024
1 parent a08ec94 commit 506365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ jobs:
- name: Inspect contents of local Maven cache
shell: pwsh
run: |
.\scripts\validatePackageContents.ps1 -ArtifactId msgraph-beta-sdk-java -Version $env:PACKAGE_VERSION
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-beta -Version $env:PACKAGE_VERSION

0 comments on commit 506365c

Please sign in to comment.