mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Create annotated tags
They are preferable over lightweight tags because they carry information about who created them, and when.
This commit is contained in:
parent
f735c6af17
commit
db3a23a11c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git tag ${{ env.new_tag }}
|
||||
git tag ${{ env.new_tag }} -a -m "Release ${{ env.new_tag }}"
|
||||
git push origin ${{ env.new_tag }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.LAZYGIT_RELEASE_PAT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue