diff --git a/dist/index.js b/dist/index.js index e5b52c8..465ed86 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1141,7 +1141,7 @@ function run() { appDeleteCmd.push('--project', projectId); } if (serviceName !== '') { - appVersionCmd.push('--service', serviceName); + appDeleteCmd.push('--service', serviceName); } core.debug(`Deleting ${versionsToDelete.length}, versions: Version ${versionsToDelete.join(' ')}`); // // Run gcloud cmd.