From e5521cfd3ca26ae1bc5c7a02ca3d907af4d72e2f 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 84fe2d8..d7c3b7f 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"