Skip to content

Commit dd82490

Browse files
authored
Merge pull request #1018 from microsoftgraph/feat/automate-ossrh-releases
Fix artifact Id in release package validation workflow
2 parents a08ec94 + 506365c commit dd82490

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)