From e92c5dc2c70dbb04218c4cc620f0342a7faeb13a Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sun, 19 May 2024 03:17:28 -0500 Subject: [PATCH] Updates --- .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 5e7f702..d3d1146 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: script: | const { sha } = context const tag = `release-${sha.substring(0, 7)}` - await github.git.createRef({ + await github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, ref: `refs/tags/${tag}`,