We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226a69 commit d0819cbCopy full SHA for d0819cb
.github/workflows/release.yml
@@ -256,7 +256,7 @@ jobs:
256
if: steps.release_info.outputs.is_prerelease == 'false' && steps.verify_assets.outputs.assets_verified == 'true'
257
run: |
258
TAG_NAME="${{ steps.release_info.outputs.tag_name }}"
259
- DOCS_FILE="docs/src/content/docs/getting-started/installation.md"
+ DOCS_FILE="docs/src/content/docs/getting-started/installation.mdx"
260
261
echo "Updating docs with stable release tag: ${TAG_NAME}"
262
0 commit comments