From 09969805e28c370cba09173aba50446b660de893 Mon Sep 17 00:00:00 2001 From: Dominik Menke Date: Thu, 6 Jun 2024 19:06:09 +0200 Subject: [PATCH] fix typo --- .github/workflows/update-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',