Skip to content

Commit

Permalink
actions commit: Build 23
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaminski committed Nov 17, 2021
1 parent 0ebccb3 commit 30d30dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30d30dc

Please sign in to comment.