Jelajahi Sumber

Fixes publish github action.

Henning Dieterichs 3 tahun lalu
induk
melakukan
a903ac1afc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: