From 40dc99f0a678053ed415357aface7b571b2b2325 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:37:53 +0200 Subject: [PATCH] ci: add document generation to release --- .github/workflows/release-build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c6e83388..babd9298 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -120,6 +120,11 @@ jobs: DIGEST: ${{ steps.inspect-manifest.outputs.digest }} GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ github.token }} + generate-documents: + name: 📄 Documentation + uses: ./.github/workflows/wc-document-generation.yml + permissions: + contents: read upload-documents: name: 📄 Upload Documents runs-on: ubuntu-latest @@ -128,7 +133,7 @@ jobs: # Please note that this is an overly broad scope, but GitHub does not # currently provide a more fine-grained permission for release modification. contents: write - needs: [build-push-test] + needs: [generate-documents] steps: - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: