feat: add target_commitish to version tagging step for improved accuracy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user