Skip to content

Commit

Permalink
fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Aug 11, 2023
1 parent 8080682 commit f03948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function run() {
var exists = 'false';

try {
const getRefResponse = await octokit.git.getRef({
const getRefResponse = await octokit.rest.git.getRef({
owner,
repo,
ref: `tags/${tag}`
Expand Down

0 comments on commit f03948d

Please sign in to comment.