Split the publish_release job into pkginfo, publish_release_github, and publish_release_playstore jobs in anticipation of adding a publish_ftpmo job which requires different permissions.
This also discontinues the use of actions/create-github-app-token@v1 for publish_github and replaces it with contents: 'write' permission.
There are no associated changes to the environments to go with this change.
Are any other changes needed to setup_release_automation, or is there no change since you didn't change the environment?
There should not be any changes needed.
Split the publish_release job into pkginfo, publish_release_github, and publish_release_playstore jobs in anticipation of adding a publish_ftpmo job which requires different permissions.
This also discontinues the use of
actions/create-github-app-token@v1
for publish_github and replaces it withcontents: 'write'
permission.There are no associated changes to the environments to go with this change.