From 2fcd3ec0d5d811bb482081d0078f80a451154d99 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Thu, 15 Feb 2024 12:20:08 -0700 Subject: [PATCH] trim the user input vesion to check major --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 96d09118fb..f103d21602 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -385,7 +385,7 @@ jobs: fi - name: Stop Private Network - if: ${{ github.event.inputs.skip_checks != 'true' }} + if: ${{ always() && github.event.inputs.skip_checks != 'true' }} run: | cd contrib/localnet/ docker compose down