From df69476b4007691401c38528f2016a543a287eee Mon Sep 17 00:00:00 2001 From: Satyaki Ghosh Date: Fri, 28 Aug 2026 12:51:53 -0600 Subject: [PATCH] Use array for yaml --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fcf0ab4..2d517305 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -381,10 +381,7 @@ jobs: fail_on_unmatched_files: true verify-release: - needs: - - get-configs - - version-and-tag - - release + needs: [ get-configs, version-and-tag, release ] runs-on: ubuntu-latest permissions: contents: read