mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Enable echo
This commit is contained in:
parent
119b4dbe5f
commit
705e60fbf9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue