Skip to content

Commit 7868142

Browse files
authored
ci: re-add document generation to release (#989)
ci: add document generation to release
1 parent c955537 commit 7868142

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ jobs:
120120
DIGEST: ${{ steps.inspect-manifest.outputs.digest }}
121121
GH_REPO: ${{ github.repository }}
122122
GH_TOKEN: ${{ github.token }}
123+
generate-documents:
124+
name: 📄 Documentation
125+
uses: ./.github/workflows/wc-document-generation.yml
126+
permissions:
127+
contents: read
123128
upload-documents:
124129
name: 📄 Upload Documents
125130
runs-on: ubuntu-latest
@@ -128,7 +133,7 @@ jobs:
128133
# Please note that this is an overly broad scope, but GitHub does not
129134
# currently provide a more fine-grained permission for release modification.
130135
contents: write
131-
needs: [build-push-test]
136+
needs: [generate-documents]
132137
steps:
133138
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
134139
with:

0 commit comments

Comments
 (0)