Skip to content

Commit

Permalink
ci: add doc version prefix (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jan 16, 2024
1 parent c1804c6 commit 3b49691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
MAJOR_VERSION=${VERSION%%.*}
DOCUSAURUS_VERSION=${MAJOR_VERSION:1}
fi
yarn run docusaurus docs:version $DOCUSAURUS_VERSION
yarn run docusaurus docs:version v$DOCUSAURUS_VERSION
working-directory: ./docs

- name: Create Pull Request
Expand Down

0 comments on commit 3b49691

Please sign in to comment.