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