Skip to content

Commit

Permalink
ci: fixed tag creation (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
emajo authored May 10, 2023
1 parent 02cf595 commit e624f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
github-token: ${{ github.token }}
script: |
github.git.createRef({
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/v${{ env.sdk_version }}",
Expand Down

0 comments on commit e624f7e

Please sign in to comment.