diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 3df4e88ab..ac4958607 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -41,7 +41,7 @@ jobs: script: | const ref = `refs/tags/${{ steps.next-version.outputs.next-version }}`; const sha = context.sha; - await github.git.createRef({ + await github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, ref: ref,