diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index c590e7b..7f83b41 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -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