We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673d014 commit 2e72507Copy full SHA for 2e72507
.github/workflows/update-latest.yml
@@ -23,7 +23,7 @@ jobs:
23
script: |
24
const { owner, repo } = context.repo
25
26
- const { data: allTags } = await github.rest.git.getMatchingRef({
+ const { data: allTags } = await github.rest.git.listMatchingRefs({
27
owner,
28
repo,
29
ref: 'tags/v',
0 commit comments