From a4eca1db5c77642625672ad2d4c60b6ebcdb7ed0 Mon Sep 17 00:00:00 2001 From: Artur Wojciechowski Date: Wed, 18 May 2022 18:04:10 +0200 Subject: [PATCH] fix: npm release build script --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2a147138..a700e841c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} npm-token: ${{ secrets.NPM_TOKEN }} check-ownership: false + build-command: npm run build - name: Create Release uses: ./.github/.release/actions/actions/services/github-release with: