From 2a838247b0f50a4f85e1f7cca5a9cb4bb4492638 Mon Sep 17 00:00:00 2001 From: iossocket Date: Tue, 17 Dec 2024 21:28:25 +0800 Subject: [PATCH] add build step in workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a01d841..d9d2f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,9 @@ jobs: - run: npm ci + - name: Build + run: npm run build + - name: Create Release uses: softprops/action-gh-release@v1 with: