소스 검색

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: