Skip to content

Commit

Permalink
ci: fix github script reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Fresa committed Aug 16, 2024
1 parent 73e728b commit bae8266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
github.git.createRef({
github.rest.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/${{ steps.release-tag.outputs.tag }}",
Expand Down

0 comments on commit bae8266

Please sign in to comment.