From 963e9ff5ed29f6c5efd03bc4bd6e51e0926dc634 Mon Sep 17 00:00:00 2001 From: Jonathan Baker Date: Fri, 1 Jul 2022 10:41:10 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" +