浏览代码

Print `vscode_branch`

Alex Dima 3 年之前
父节点
当前提交
495aa7f860
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/publish.yml

+ 4 - 0
.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: