ci: Fix the GitHub release to use commitizen to fetch the new tag
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Get the new version tag
|
- name: Get the new version tag
|
||||||
id: version
|
id: version
|
||||||
run: |
|
run: |
|
||||||
NEW_TAG=$(git describe --tags --abbrev=0)
|
NEW_TAG=$(cz version --project)
|
||||||
echo "New version: $NEW_TAG"
|
echo "New version: $NEW_TAG"
|
||||||
echo "version=$NEW_TAG" >> $GITHUB_ENV
|
echo "version=$NEW_TAG" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user