From faaabf3f112cb88666be218f7ea6e32ed830d494 Mon Sep 17 00:00:00 2001 From: Felipe Suero <85468376+felipesu19@users.noreply.github.com> Date: Thu, 13 Jan 2022 07:20:05 -0500 Subject: [PATCH] Update script/release Co-authored-by: Tommy Byrd --- script/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release b/script/release index fbf19ba..6dbbee3 100755 --- a/script/release +++ b/script/release @@ -61,7 +61,7 @@ gh api repos/github/pages/git/refs -F "sha"="$gh_pages_site_sha" -F "ref"="refs/ gh_pages_tree = gh api repos/github/pages/git/commits/$gh_pages_sha | jq '. | .tree.sha' jekyll_tree = gh api repos/github/actions/jekyll-build-pages/commits/$jekyll_sha | jq '. | .tree.sha' -gh_pages_site_tree = gh api repos/github/papages.github.comges/git/commits/$gh_pages_site_sha | jq '. | .tree.sha' +gh_pages_site_tree = gh api repos/github/pages.github.com/git/commits/$gh_pages_site_sha | jq '. | .tree.sha' # create the input file for the commit. We have to do this because the F flag doesn't support arrays