Skip to content

Commit e624f7e

Browse files
authored
ci: fixed tag creation (#129)
1 parent 02cf595 commit e624f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
github-token: ${{ github.token }}
6969
script: |
70-
github.git.createRef({
70+
github.rest.git.createRef({
7171
owner: context.repo.owner,
7272
repo: context.repo.repo,
7373
ref: "refs/tags/v${{ env.sdk_version }}",

0 commit comments

Comments
 (0)