Browse Source

Print `vscode_branch`

Alex Dima 3 năm trước cách đây
mục cha
commit
495aa7f860
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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: