소스 검색

Enable echo

Alex Dima 3 년 전
부모
커밋
705e60fbf9
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/publish.yml

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

@@ -27,7 +27,9 @@ jobs:
 
       - name: Compute state
         id: state
-        run: node ./monaco-editor/.github/workflows/publish/computeState.js "${{github.event_name}}" "${{github.event.inputs.nightly}}"
+        run: |
+          echo '::echo::on'
+          node ./monaco-editor/.github/workflows/publish/computeState.js "${{github.event_name}}" "${{github.event.inputs.nightly}}"
         # outputs: version, vscode_branch, skip_monaco_editor_core, skip_monaco_editor
 
       - name: (vscode) checkout