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