mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Final tweaks
This commit is contained in:
parent
103da73f28
commit
252e010eb7
1 changed files with 3 additions and 9 deletions
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
|
|
@ -30,11 +30,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo '::echo::on'
|
echo '::echo::on'
|
||||||
node ./monaco-editor/.github/workflows/publish/computeState.js "${{github.event_name}}" "${{github.event.inputs.nightly}}"
|
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
|
# outputs: dist_tag, version, vscode_branch, skip_monaco_editor_core, skip_monaco_editor
|
||||||
|
|
||||||
# TODO
|
|
||||||
- name: Early stop
|
|
||||||
run: exit 1
|
|
||||||
|
|
||||||
- name: (vscode) checkout
|
- name: (vscode) checkout
|
||||||
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
||||||
|
|
@ -144,8 +140,7 @@ jobs:
|
||||||
- name: Publish `monaco-editor-core`
|
- name: Publish `monaco-editor-core`
|
||||||
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
||||||
working-directory: './vscode/out-monaco-editor-core'
|
working-directory: './vscode/out-monaco-editor-core'
|
||||||
run: npm publish --tag next
|
run: npm publish --tag ${{ steps.state.outputs.dist_tag }}
|
||||||
#TODO
|
|
||||||
|
|
||||||
- name: Delete `npm` config
|
- name: Delete `npm` config
|
||||||
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
if: ${{ steps.state.outputs.skip_monaco_editor_core == 'false' }}
|
||||||
|
|
@ -223,5 +218,4 @@ jobs:
|
||||||
- name: Publish `monaco-editor`
|
- name: Publish `monaco-editor`
|
||||||
if: ${{ steps.state.outputs.skip_monaco_editor == 'false' }}
|
if: ${{ steps.state.outputs.skip_monaco_editor == 'false' }}
|
||||||
working-directory: './monaco-editor/release'
|
working-directory: './monaco-editor/release'
|
||||||
run: npm publish --tag next
|
run: npm publish --tag ${{ steps.state.outputs.dist_tag }}
|
||||||
#TODO
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue