diff options
| -rw-r--r-- | .github/actions/launchable/setup/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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//\//_}" |
