diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86963ca..1262e88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,7 @@ jobs: id: check uses: EndBug/version-check@v1 with: + diff-search: true token: ${{ secrets.GITHUB_TOKEN }} - name: Publish when version changed if: steps.check.outputs.changed == 'true' diff --git a/package.json b/package.json index 57b1ce5..ea5d078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.2.3", + "version": "0.2.4", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com",