Skip to content

Commit

Permalink
ci(api-docs): use commitizen to get proj version
Browse files Browse the repository at this point in the history
  • Loading branch information
lariel-fernandes committed Aug 21, 2024
1 parent d6990d6 commit dd24814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Get docs version
id: get-docs-version
run: echo "value=$(git describe --tags --abbrev=0 | grep -oP '^\d+')" >> $GITHUB_OUTPUT
run: echo "value=$(uvx --from commitizen cz version -p | grep -oP '^\d+')" >> $GITHUB_OUTPUT

- name: Publish API docs to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit dd24814

Please sign in to comment.