From 64a417bc0481ea5eb235e955d8a4546f1f7dc453 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 25 Jan 2025 12:37:07 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fc4630..ed60d40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: npm build run: | npm install - npm run build --if-present + npm run fn-build --if-present - name: Create Plugin release uses: ncipollo/release-action@v1.12.0