Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(publisher-gcs): add Google Cloud Storage publisher #2100

Merged
merged 9 commits into from
Nov 16, 2023
Prev Previous commit
Next Next commit
chore: apply lockfile changes
  • Loading branch information
erickzhao committed Nov 3, 2023
commit a5f5f0078479011b730f92c15527f9e7896c7851
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@electron/get": "^2.0.0",
"@electron/osx-sign": "^1.0.5",
"@electron/rebuild": "^3.2.10",
"@google-cloud/storage": "^7.1.0",
"@google-cloud/storage": "^7.5.0",
"@malept/cross-spawn-promise": "^2.0.0",
"@octokit/core": "^3.2.4",
"@octokit/plugin-retry": "^3.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@electron-forge/publisher-base": "6.4.2",
"@electron-forge/shared-types": "6.4.2",
"@google-cloud/storage": "^7.1.0",
"@google-cloud/storage": "^7.5.0",
"debug": "^4.3.1",
"google-auth-library": "^9.0.0"
mahnunchik marked this conversation as resolved.
Show resolved Hide resolved
},
Expand Down
Loading