From 9dd677d35468b7e3bc1ee08921807f7d5764b180 Mon Sep 17 00:00:00 2001 From: Satyaki Ghosh Date: Sat, 18 Jul 2026 04:52:13 -0400 Subject: [PATCH] Add validate step as dependency for github workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6d75c7..29dc79c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ inputs.commit || 'main' }} version-and-tag: - needs: [ get-configs ] + needs: [ get-configs, validate ] runs-on: ubuntu-latest permissions: contents: write