We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cf595 commit e624f7eCopy full SHA for e624f7e
.github/workflows/release-version.yaml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
github-token: ${{ github.token }}
69
script: |
70
- github.git.createRef({
+ github.rest.git.createRef({
71
owner: context.repo.owner,
72
repo: context.repo.repo,
73
ref: "refs/tags/v${{ env.sdk_version }}",
0 commit comments