From e89bcda2992027a4d2c94033bf9791020654b3c1 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:24:09 -0500 Subject: [PATCH] fix(ci): release whatsnew path (#2863) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9263b3e26..a2cf81cb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -281,5 +281,5 @@ jobs: releaseFiles: ./build-artifacts/google/bundle/app-google-release.aab track: ${{ steps.get_track.outputs.track }} status: ${{ steps.get_track.outputs.track == 'internal' && 'completed' || 'draft' }} - whatsNewDirectory: /whatsnew/ + whatsNewDirectory: ./whatsnew/ mappingFile: ./build-artifacts/google/mapping/mapping.txt