Prechádzať zdrojové kódy

Fixes publish github action.

Henning Dieterichs 3 rokov pred
rodič
commit
a903ac1afc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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: