Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Jul 1, 2022
1 parent 6212a9a commit 963e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit 963e9ff

Please sign in to comment.