From 705e60fbf9b588ff891b73e9d579ea8f02bc0dd3 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 10 Dec 2021 21:27:06 +0100 Subject: [PATCH] Enable echo --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7a7d52c..aa8b7e81 100644 --- a/.github/workflows/publish.yml +++ b/.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