From 77a416876b5d20c2b478ac5f50cc9979d5dcb0ca Mon Sep 17 00:00:00 2001 From: Gornak40 Date: Mon, 21 Oct 2024 02:03:03 +0300 Subject: [PATCH] test: skipped message --- .github/workflows/semver.yml | 1 + 1 file changed, 1 insertion(+) 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