From 1f89d8efc05c6aa287cfabbb6c7cc8d44e443abf Mon Sep 17 00:00:00 2001 From: Fevol Date: Mon, 6 Mar 2023 00:20:24 +0100 Subject: [PATCH] chore(release): 0.0.1 (reattempt automatic release -- attempt #5) --- .github/workflows/releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index ed5c34e..ddf4428 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -23,10 +23,10 @@ jobs: - name: Build id: build run: | - cd ./editor/parser + cd ./src/editor/parser npm i --force npm run build --if-present - cd ../.. + cd ../../.. npm i --force npm run build --if-present mkdir ${{ env.PLUGIN_NAME }}