Skip to content

Commit

Permalink
Fix github script (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
borland authored Dec 5, 2023
1 parent b8ca32e commit 4fcaa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down

0 comments on commit 4fcaa4f

Please sign in to comment.