From 92987fa03da2960fa6c40863bd7b202f8ce850a7 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Fri, 20 Jan 2023 12:27:14 +0530 Subject: [PATCH] fix: fix release workflow --- .github/workflows/Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index edba546..7722d1b 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -16,8 +16,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: "lts/*" - - name: Install dependencies - run: npm ci + - run: npm ci + - run: npm run build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}