Skip to content

Commit

Permalink
draft release temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 28, 2024
1 parent de26c5c commit 930c3da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ platform :android do
track: 'internal',
aab: './android/app/build/outputs/bundle/release/app-release.aab',
json_key_data: Base64.decode64(ENV['GOOGLE_PLAY_KEY']),
package_name: ENV['PACKAGE_NAME']
package_name: ENV['PACKAGE_NAME'],
release_status: "draft" # can remove after we start releasing
)
end

Expand Down

0 comments on commit 930c3da

Please sign in to comment.