Annotate release tags.
Austin S. Hemmelgarn committed
Apr 15, 2022 at 11:52 UTC
fb02737da72cca6baae66b6d0bf2376db73671f5
1 file changed
+1
-1
.github/workflows/release.yml
+1
-1
@@ -80,7 +80,7 @@ jobs:
80
git add packaging/version CHANGELOG.md
81
git commit -m "[ci skip] ${{ steps.target.outputs.message }}"
82
if [ "${{ steps.target.outputs.type }}" != "nightly" ]; then
83
- git tag "${{ github.event.inputs.version }}"
83
+ git tag -a "${{ github.event.inputs.version }}" -m "${{ steps.target.outputs.message }}"
84
fi
85
if [ -n "${{ steps.target.outputs.new-branch }}" ]; then
86
git branch "${{ steps.target.outputs.new-branch }}"