From 7996ec9960cb441b41153f3116df122e4cc354a1 Mon Sep 17 00:00:00 2001 From: Siarhei Dudko Date: Mon, 21 Oct 2024 20:16:46 +0400 Subject: [PATCH] fix ci --- .github/workflows/autoupdate.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 3ea46ca..1dccf2b 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -75,7 +75,7 @@ jobs: run: npm ci - name: Build tools id: build_tools - run: npm build + run: npm run build - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b98966..c380f05 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: run: npm ci - name: Build tools id: build_tools - run: npm build + run: npm run build - name: Create Release id: create_release uses: actions/create-release@v1