diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 576c07e..a561e26 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: id: version_check uses: EndBug/version-check@v2 with: - static-checking: localIsNew + diff-search: true - name: Publish to npm if: steps.version_check.outputs.changed == 'true'