diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2bd286a..90742c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | - github.git.createRef({ + github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, ref: "refs/tags/${{ steps.build.outputs.octoversion_fullsemver }}",