fix: ensure 'name' parameter is included in the tag step of the code review workflow

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-11 07:39:29 +00:00
parent 43e21d07cd
commit fa5a734166
+1
View File
@@ -10,6 +10,7 @@ jobs:
- name: Tag develop on source branch
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
with:
name: develop
tag: develop
target: ${{ github.head_ref }}
generate_release_notes: false