mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
pass package name to format release notes
This commit is contained in:
parent
aa9e151a0b
commit
a0874a7c4f
3
.github/workflows/publish-store.yml
vendored
3
.github/workflows/publish-store.yml
vendored
@ -147,7 +147,8 @@ jobs:
|
||||
|
||||
bundle exec fastlane updateReleaseNotes \
|
||||
releaseNotes:"$RELEASE_NOTES" \
|
||||
versionCode:"$VERSION_CODE"
|
||||
versionCode:"$VERSION_CODE" \
|
||||
packageName:"$PACKAGE_NAME"
|
||||
|
||||
bundle exec fastlane promoteToProduction \
|
||||
versionCode:"$VERSION_CODE" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user