feat: add target_commitish to version tagging step for improved accuracy

This commit is contained in:
2026-05-11 08:14:41 +00:00
parent 3d9700ade7
commit 8fbdaadca3
+1
View File
@@ -19,6 +19,7 @@ jobs:
with: with:
name: code-review v${{ steps.version.outputs.version }} name: code-review v${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }} tag_name: v${{ steps.version.outputs.version }}
target_commitish: ${{ github.head_ref }}
code-review: code-review:
name: Code Review name: Code Review
runs-on: ubuntu runs-on: ubuntu