Browse Source

Fix working directory

Alex Dima 3 years ago
parent
commit
b84d22c6fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -136,7 +136,7 @@ jobs:
         run: node ./monaco-editor/.github/workflows/nightly/useLocalMonacoEditorCore.js
 
       - name: (monaco-editor) execute `npm install` to pick up local monaco-editor-core
-        working-directory: './monaco-editor/webpack-plugin'
+        working-directory: './monaco-editor'
         run: npm install
 
       - name: (monaco-editor) Install OS Dependencies for Playwright