We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f735c6a commit db3a23aCopy full SHA for db3a23a
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
run: |
132
git config user.name "github-actions[bot]"
133
git config user.email "github-actions[bot]@users.noreply.github.com"
134
- git tag ${{ env.new_tag }}
+ git tag ${{ env.new_tag }} -a -m "Release ${{ env.new_tag }}"
135
git push origin ${{ env.new_tag }}
136
env:
137
GITHUB_TOKEN: ${{ secrets.LAZYGIT_RELEASE_PAT }}
0 commit comments