diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 979cad66..351959ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: github.pulls.create({ owner: context.repo.owner, repo: context.repo.repo, - title: "Update Schema to `${api_version}` Release", + title: "Update Schema to `" + api_version + "` Release", head: branch_name, base: 'main', body: "### Release notes" +