diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index c6c2c09..b7eab5e 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -22,5 +22,6 @@ jobs: MESSAGE=$(git log -1 --pretty=%s) echo "Tag message: $MESSAGE" + git tag -a "$VERSION" -m "$MESSAGE" git push origin --tags