From 462e2cfccf592905c8735a5cf920c7efdd56cabb Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Tue, 10 Dec 2024 11:15:01 +0900 Subject: [PATCH] Launchable: Remove unnecessary command (#12299) `launchable verify` command is designed for checking if CLI has been configured successfully. We've already checked it, so we don't need calling this command anymore. --- .github/actions/launchable/setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 606443938c..cd9d1b6fc9 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -133,7 +133,6 @@ runs: run: | set -x pip install --user launchable - launchable verify || true : # The build name cannot include a slash, so we replace the string here. github_ref="${{ github.ref }}" github_ref="${github_ref//\//_}"