From 78b42ff27b37282045de556ada1e1a37cb5afc00 Mon Sep 17 00:00:00 2001 From: thomasschafer Date: Sun, 17 Nov 2024 17:12:39 +0000 Subject: [PATCH] Fix release workflow --- .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 c2d22c5..94acb21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git tag -a "v${version}" + git tag -a "v${version}" -m "Release v${version}" git push origin "v${version}" gh release create "v${version}" \