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.
This commit is contained in:
Naoto Ono 2024-12-10 11:15:01 +09:00 committed by GitHub
parent cfc2b21a05
commit 462e2cfccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2024-12-10 02:15:20 +00:00
Merged-By: ono-max <onoto1998@gmail.com>

View File

@ -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//\//_}"