From 9617ee95e014673c66932a1a9e7f276c69e336e6 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jul 2024 10:49:29 -0700 Subject: [PATCH] Fix workflow --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e467ee97..58b71fce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: build-artifacts: permissions: contents: write + name: Build strategy: fail-fast: false @@ -59,7 +60,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build plugins - run: node scrips/copy-plugins.cjs + run: node scripts/copy-plugins.cjs - name: Run lint run: npm run lint - name: Run tests