Skip to content

Commit

Permalink
chore: fix release of headless-react typedoc (#4837)
Browse files Browse the repository at this point in the history
https://coveord.atlassian.net/browse/KIT-3764

I made another tiny mistake again but for headless-react
  • Loading branch information
alexprudhomme authored Jan 10, 2025
1 parent 7ae9c0f commit 119c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
echo "version=$VERSION" >> $GITHUB_ENV
- name: Zip documentation folder
run: |
DOCS_DIR="packages/headless/docs"
DOCS_DIR="packages/headless-react/docs"
if [ ! -d "$DOCS_DIR" ]; then
echo "Documentation folder $DOCS_DIR not found."
exit 1
Expand Down

0 comments on commit 119c611

Please sign in to comment.