From 5a6cbabe04e2a872da4d4a2cbfe328d3a06afa5e Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Tue, 13 Aug 2024 18:03:00 +0300 Subject: [PATCH] Fix artifact Id in release validation workflow --- .github/workflows/preview-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-and-release.yml b/.github/workflows/preview-and-release.yml index 58b67582fa2..5d6e571b2c7 100644 --- a/.github/workflows/preview-and-release.yml +++ b/.github/workflows/preview-and-release.yml @@ -156,4 +156,4 @@ jobs: - name: Inspect contents of local Maven cache shell: pwsh run: | - .\scripts\validatePackageContents.ps1 -ArtifactId msgraph-sdk-java -Version $env:PACKAGE_VERSION + .\scripts\validatePackageContents.ps1 -ArtifactId microsoft-graph -Version $env:PACKAGE_VERSION