From 28f4eb854f65e211fa0c5f47aa594c7d402d697f Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Tue, 27 May 2025 15:31:03 -0700 Subject: [PATCH] removing space --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 604a9aa0d9..71cc59a3af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -111,7 +111,7 @@ jobs: fi bundle exec fastlane updateReleaseNotes \ - releaseNotes: "$RELEASE_NOTES" \ + releaseNotes:"$RELEASE_NOTES" \ versionCode:"$VERSION_CODE" # bundle exec fastlane promoteToProduction \