Henning Dieterichs 3 лет назад
Родитель
Сommit
a903ac1afc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -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: