Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Nov 18, 2024
1 parent bbdf18c commit 590a445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/github-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ class GitHubService {
.slice(0, 2)
.map((item) => item.commit.message.split('See elastic/kibana@')[1]);

// Need to retrieve all the tags because ref tags are always last
const tags = await this.octokit
.paginate(this.octokit.repos.listTags, {
owner: GITHUB_OWNER,
Expand Down

0 comments on commit 590a445

Please sign in to comment.