mirror of
https://github.com/streamwall/streamwall.git
synced 2026-06-18 09:05:18 -04:00
Fix publish action npm workspace
This commit is contained in:
@@ -31,4 +31,4 @@ jobs:
|
||||
- name: Publish app
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run publish
|
||||
run: npm -w streamwall run publish
|
||||
Reference in New Issue
Block a user