diff --git a/.github/workflows/update-latest.yml b/.github/workflows/update-latest.yml index 5601c3d..990b97d 100644 --- a/.github/workflows/update-latest.yml +++ b/.github/workflows/update-latest.yml @@ -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.getMatchingRefs({ owner, repo, ref: 'tags/v',