From 73f57d22e04cd6dfc057abbf6aa3b96ee16700e3 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Sat, 22 Feb 2025 15:54:24 -0800 Subject: [PATCH] Fix publish action npm workspace --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d2afe2..2dcad4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,4 @@ jobs: - name: Publish app env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - run: npm run publish \ No newline at end of file + run: npm -w streamwall run publish \ No newline at end of file