Skip to content

Commit

Permalink
Merge pull request #28 from arjungowda-kr/patch-1
Browse files Browse the repository at this point in the history
replace namespace with ref parameter
  • Loading branch information
zwaldowski authored Jul 1, 2022
2 parents a54bc6c + f59473a commit 57eede9
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 @@ -11,7 +11,7 @@ async function getMostRecentRepoTag() {

const { data: refs } = await octokit.git.listMatchingRefs({
...github.context.repo,
namespace: 'tags/'
ref: 'tags/'
})

const prx = new RegExp(`^${prefix}`,'g');
Expand Down

0 comments on commit 57eede9

Please sign in to comment.