Skip to content

Commit db3a23a

Browse files
committed
Create annotated tags
They are preferable over lightweight tags because they carry information about who created them, and when.
1 parent f735c6a commit db3a23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: |
132132
git config user.name "github-actions[bot]"
133133
git config user.email "github-actions[bot]@users.noreply.github.com"
134-
git tag ${{ env.new_tag }}
134+
git tag ${{ env.new_tag }} -a -m "Release ${{ env.new_tag }}"
135135
git push origin ${{ env.new_tag }}
136136
env:
137137
GITHUB_TOKEN: ${{ secrets.LAZYGIT_RELEASE_PAT }}

0 commit comments

Comments
 (0)