From 29c6962ef04adb8a812f259a5125a68ab3cc658a Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Fri, 15 Apr 2022 11:52:10 -0400 Subject: Annotate release tags. --- .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 734a38fbec..ae28c00190 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: git add packaging/version CHANGELOG.md git commit -m "[ci skip] ${{ steps.target.outputs.message }}" if [ "${{ steps.target.outputs.type }}" != "nightly" ]; then - git tag "${{ github.event.inputs.version }}" + git tag -a "${{ github.event.inputs.version }}" -m "${{ steps.target.outputs.message }}" fi if [ -n "${{ steps.target.outputs.new-branch }}" ]; then git branch "${{ steps.target.outputs.new-branch }}" -- cgit v1.2.3