From d005f9800853477e21e93a2f182e65d5bde8a3f4 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Tue, 27 May 2025 15:12:32 -0700 Subject: [PATCH] add in release notes and version code --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2b286c215..604a9aa0d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,7 +110,9 @@ jobs: exit 1 fi - bundle exec fastlane updateReleaseNotes + bundle exec fastlane updateReleaseNotes \ + releaseNotes: "$RELEASE_NOTES" \ + versionCode:"$VERSION_CODE" # bundle exec fastlane promoteToProduction \ # versionCode:"$VERSION_CODE" \