Skip to content

Commit

Permalink
Fix broken script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Oct 28, 2024
1 parent 3b029b4 commit a6a63af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}]`,
Expand Down

0 comments on commit a6a63af

Please sign in to comment.