mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-08 00:16:56 +00:00
Update ci.yml
This commit is contained in:
parent
6319f54d83
commit
c0214c2593
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -74,6 +74,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
major=`echo $VERSION | sed -E 's/([0-9]+)(.+)/\1/'`
|
major=`echo $VERSION | sed -E 's/([0-9]+)(.+)/\1/'`
|
||||||
version_name="v$major"
|
version_name="v$major"
|
||||||
|
echo $version_name
|
||||||
tag_heading="This version points to the latest version available (v$VERSION)."
|
tag_heading="This version points to the latest version available (v$VERSION)."
|
||||||
tag_body="This is necessary because currently Github Actions don't apply any semantic versioning matching when downloading versions."
|
tag_body="This is necessary because currently Github Actions don't apply any semantic versioning matching when downloading versions."
|
||||||
git tag -fa "$version_name" -m "$version_name" -m "$tag_heading" -m "$tag_body"
|
git tag -fa "$version_name" -m "$version_name" -m "$tag_heading" -m "$tag_body"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue