@@ -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