mirror of
https://github.com/streamwall/streamwall.git
synced 2026-06-30 14:32:03 -04:00
Fix publish action npm workspace
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user