diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6d4a132..3bda7ef 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ on: jobs: increment-version: - if: github.event.pull_request.merged == true || github.event_name == "workflow_dispatch" + if: github.event.pull_request.merged == true || ${{ github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4