Skip to content

Commit

Permalink
Update GitHub API usage in E2E tests pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Nov 18, 2024
1 parent 521f8b4 commit a5d8850
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 @@ -96,7 +96,7 @@ jobs:
...context.repo,
release_id: release.data.id,
})
await github.git.deleteRef({
await github.rest.git.deleteRef({
...context.repo,
ref: "tags/ci-test-${{ matrix.os }}-${{ github.run_id }}",
})

0 comments on commit a5d8850

Please sign in to comment.