From 085eeace8f3351a34afc4277fb366d6e746333ea Mon Sep 17 00:00:00 2001 From: Matthieu S Date: Sun, 20 Oct 2024 17:34:55 +0200 Subject: [PATCH] chore: tweak dependencies for release publishing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9efee281..7bd0226b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,7 +142,7 @@ jobs: name: Publish release if: "github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')" runs-on: ubuntu-latest - needs: [validate-wrapper, check, build-deploy-website] + needs: [validate-wrapper, check, build-deploy-website, check-examples] steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4