From bc65f549613046affd944f28dc4c82093589082f Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 4 Feb 2025 08:44:48 -0800 Subject: [PATCH] [actions] release test needs git tags --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84fe2d8d0a..d7c3b7f62b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: raw.githubusercontent.com:443 registry.npmjs.org:443 - uses: actions/checkout@v4 + with: + fetch-tags: true - uses: actions/setup-node@v4 with: node-version: "14"