Fixes publish github action.

This commit is contained in:
Henning Dieterichs 2022-02-03 15:01:18 +01:00
parent 84665761ff
commit a903ac1afc
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

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