-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(snap): migrate snap generation from app-builder-bin to JS #8892
base: master
Are you sure you want to change the base?
Conversation
|
async publishToStore(file: string, channels: string[]): Promise<void> { | ||
const args = ["upload", file] | ||
if (channels.length > 0) { | ||
args.push("--release", channels.join(",")) |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input Medium
library input
shell command
This shell argument which depends on
No description provided.