diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 5653545..4689538 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -25,4 +25,4 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - name: Build plugins - run: yarn build + run: yarn run build