Enable echo

This commit is contained in:
Alex Dima 2021-12-10 21:27:06 +01:00
parent 119b4dbe5f
commit 705e60fbf9
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

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