Skip to content

Commit 230cd78

Browse files
committed
Fix script.
1 parent d530591 commit 230cd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
const mm = String(today.getMonth() + 1).padStart(2, '0');
2121
const api_version = yyyy + '-' + mm;
2222
const notes = `Updates the Mobile Buy SDK for Android 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).`
23-
github.repos.createRelease({
23+
github.rest.repos.createRelease({
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
2626
name: `X.X.X [${api_version}]`,

0 commit comments

Comments
 (0)