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" \