Skip to content

Commit

Permalink
chore: update script settings to auto pub to google play (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <jason.leach@fullboar.ca>
  • Loading branch information
jleach authored Nov 17, 2022
1 parent a96c1e3 commit 6a5b71d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ app/patches/*.patch

# xcode
xcuserdata/
.npmrc
2 changes: 1 addition & 1 deletion scripts/gpublish/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const main = async () => {
requestBody: {
releases: [{
name: `v${process.env.VERSION_NAME}-${process.env.GITHUB_RUN_NUMBER}`,
status: 'draft', // draft, inProgress, completed
status: 'completed', // draft, inProgress, completed
// userFraction: 0.99,
versionCodes: [
`${process.env.GITHUB_RUN_NUMBER ? process.env.GITHUB_RUN_NUMBER : 0}`
Expand Down
2 changes: 1 addition & 1 deletion scripts/gpublish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcgov/gpublish",
"version": "1.1.0",
"version": "1.2.0",
"description": "Scripts to help automate Google Play API access",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 6a5b71d

Please sign in to comment.