Skip to content

Commit

Permalink
release action - fix credentials.json type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sidrao2006 committed Mar 27, 2021
1 parent f949c36 commit bc53eb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release_pub_package/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/release_pub_package/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/release_pub_package/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function setUpPubAuth({
'https://www.googleapis.com/auth/userinfo.email',
'openid'
],
expiration: expiration
expiration: Number.parseInt(expiration)
}

if (process.platform === 'win32') {
Expand Down

0 comments on commit bc53eb4

Please sign in to comment.