Fix publish action npm workspace

This commit is contained in:
Max Goodhart
2025-02-22 15:54:24 -08:00
parent a76abc39ee
commit 73f57d22e0

View File

@@ -31,4 +31,4 @@ jobs:
- name: Publish app - name: Publish app
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run publish run: npm -w streamwall run publish