From 495aa7f8607b0669cf9452c04b78938f3c88976f Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 10 Dec 2021 21:39:38 +0100 Subject: [PATCH] Print `vscode_branch` --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa8b7e81..fa547bfc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,10 @@ jobs: 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: Print state + run: | + echo ${{ steps.state.outputs.vscode_branch }} + - name: (vscode) checkout uses: actions/checkout@v2 with: