diff --git a/.github/workflows/netlify-release.yml b/.github/workflows/netlify-release.yml index 8e9da359a53..003947b60f8 100644 --- a/.github/workflows/netlify-release.yml +++ b/.github/workflows/netlify-release.yml @@ -39,5 +39,5 @@ jobs: --dir packages/desktop-client/build \ --site ${{ secrets.NETLIFY_SITE_ID }} \ --auth ${{ secrets.NETLIFY_API_TOKEN }} \ - --prod \ - > deploy_output.txt \ No newline at end of file + --filter @actual-app/web \ + --prod \ No newline at end of file