mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fixes publish github action.
This commit is contained in:
parent
84665761ff
commit
a903ac1afc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
default: 'true'
|
||||
jobs:
|
||||
publish:
|
||||
if: github.repository == "microsoft/monaco-editor"
|
||||
if: ${{ github.repository == 'microsoft/monaco-editor' }}
|
||||
name: Publish to npm
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue