Skip to content

Commit d0819cb

Browse files
committed
fix: correct release
1 parent 2226a69 commit d0819cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
if: steps.release_info.outputs.is_prerelease == 'false' && steps.verify_assets.outputs.assets_verified == 'true'
257257
run: |
258258
TAG_NAME="${{ steps.release_info.outputs.tag_name }}"
259-
DOCS_FILE="docs/src/content/docs/getting-started/installation.md"
259+
DOCS_FILE="docs/src/content/docs/getting-started/installation.mdx"
260260
261261
echo "Updating docs with stable release tag: ${TAG_NAME}"
262262

0 commit comments

Comments
 (0)