From 1fb015e0463490367a68bed46865f5395bd73073 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 17 Apr 2025 22:41:36 +0800 Subject: [PATCH] Remove templates build from release process (#3481) --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68be19441..e82b163fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,6 @@ jobs: ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }} run: | npm ci - npm run fetch-templates npm run build npm run zipdist - name: Upload dist artifact