Skip to content

Commit 506365c

Browse files
committed
Fix artifact Id in release package validation workflow
1 parent a08ec94 commit 506365c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ jobs:
156156
- name: Inspect contents of local Maven cache
157157
shell: pwsh
158158
run: |
159-
.\scripts\validatePackageContents.ps1 -ArtifactId msgraph-beta-sdk-java -Version $env:PACKAGE_VERSION
159+
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph-beta -Version $env:PACKAGE_VERSION

0 commit comments

Comments
 (0)