Skip to content

Commit 2e72507

Browse files
committed
fix typo
1 parent 673d014 commit 2e72507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
script: |
2424
const { owner, repo } = context.repo
2525
26-
const { data: allTags } = await github.rest.git.getMatchingRef({
26+
const { data: allTags } = await github.rest.git.listMatchingRefs({
2727
owner,
2828
repo,
2929
ref: 'tags/v',

0 commit comments

Comments
 (0)