From a903ac1afc28e8c075341e3a918026e74e63f3c8 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 3 Feb 2022 15:01:18 +0100 Subject: [PATCH] Fixes publish github action. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f7a4789..f1fb3eb2 100644 --- a/.github/workflows/publish.yml +++ b/.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: