summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-04-15 11:52:10 -0400
committerAustin S. Hemmelgarn <austin@netdata.cloud>2022-04-15 11:54:12 -0400
commit29c6962ef04adb8a812f259a5125a68ab3cc658a (patch)
treeb9d14043ee920461115f5b62dbe647d76c90402b
parent9694319cf3af34b8acaf87e138cc40e3df52bdd9 (diff)
Annotate release tags.
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
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 }}"