Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Jun 6, 2024
1 parent 673d014 commit 2e72507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
script: |
const { owner, repo } = context.repo
const { data: allTags } = await github.rest.git.getMatchingRef({
const { data: allTags } = await github.rest.git.listMatchingRefs({
owner,
repo,
ref: 'tags/v',
Expand Down

0 comments on commit 2e72507

Please sign in to comment.