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: