Skip to content

Commit 8c32754

Browse files
authored
chore(ci): fix workflow definition
1 parent d0fab1a commit 8c32754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_layer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ jobs:
113113
echo DOCS_ALIAS="$DOCS_ALIAS" >> "$GITHUB_OUTPUT"
114114
115115
release-docs:
116-
needs: [ prod, prepare_docs_alias ]
116+
needs: [ deploy-prod, prepare_docs_alias ]
117117
permissions:
118118
contents: write
119119
pages: write
120-
uses: ./.github/workflows/reusable_publish_docs.yml
120+
uses: ./.github/workflows/reusable-publish-docs.yml
121121
with:
122122
version: ${{ inputs.latest_published_version }}
123123
alias: ${{ needs.prepare_docs_alias.outputs.DOCS_ALIAS }}

0 commit comments

Comments
 (0)