change in diff
This commit is contained in:
parent
46b1aa16c1
commit
e526f45632
|
@ -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'
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue