diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml index 7b14981..af1fe1e 100644 --- a/.github/workflows/auto-pull-request.yml +++ b/.github/workflows/auto-pull-request.yml @@ -19,6 +19,6 @@ jobs: uses: ./ with: src-branch: "main" - target-branch: "releaes/v1" + target-branch: "release/v1" title: "Main to Release v1" - body: "main to Release v1" \ No newline at end of file + body: "main to Release v1"