From 710cf5831043209f605226e13c0d0e918e196bdf Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Mon, 25 Apr 2022 20:56:38 +0200 Subject: [PATCH] Fix release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec86e07..d4724ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions" git commit -m "Release RELEASE_VERSION" - git tag -a "$RELEASE_VERSION" --force + git tag -a "$RELEASE_VERSION" -m "Release $RELEASE_VERSION" --force git push --follow-tags --force - name: Test