feat: add target_commitish to version tagging step for improved accuracy
This commit is contained in:
@@ -19,6 +19,7 @@ jobs:
|
||||
with:
|
||||
name: code-review v${{ steps.version.outputs.version }}
|
||||
tag_name: v${{ steps.version.outputs.version }}
|
||||
target_commitish: ${{ github.head_ref }}
|
||||
code-review:
|
||||
name: Code Review
|
||||
runs-on: ubuntu
|
||||
|
||||
Reference in New Issue
Block a user