Skip to content

Commit e034342

Browse files
authored
Merge pull request #2117 from microsoftgraph/feat/automate-ossrh-release
Fix artifact Id in release validation workflow
2 parents ac24191 + 5a6cbab commit e034342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-sdk-java -Version $env:PACKAGE_VERSION
159+
.\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph -Version $env:PACKAGE_VERSION

0 commit comments

Comments
 (0)