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}" \