From a6a63afe39a1b52f86e7117dd307911e1702a7b5 Mon Sep 17 00:00:00 2001 From: Jonathan Baker Date: Mon, 28 Oct 2024 11:06:36 -0400 Subject: [PATCH] Fix broken script. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5add17ca..88e5a201 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: const api_version = process.env.API_VERSION const sdk_version = process.env.SDK_VERSION const notes = `Updates the Mobile Buy SDK for iOS with support for the \`${api_version}\` version of the Shopify Storefront API.\n\nFor more details about the changes, please see the [release notes](https://shopify.dev/api/release-notes/${api_version}#graphql-storefront-api-changes).` - github.repos.createRelease({ + github.rest.repos.createRelease({ owner: context.repo.owner, repo: context.repo.repo, name: `${sdk_version} [${api_version}]`,