change in diff

This commit is contained in:
Bill D 2021-03-14 19:23:55 +04:00
parent 46b1aa16c1
commit e526f45632
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ jobs:
id: check id: check
uses: EndBug/version-check@v1 uses: EndBug/version-check@v1
with: with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish when version changed - name: Publish when version changed
if: steps.check.outputs.changed == 'true' if: steps.check.outputs.changed == 'true'

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "0.2.3", "version": "0.2.4",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",