From 492f367b385871ea7a7ebad0550b78f5177dd7ad Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 15:14:15 +0500 Subject: [PATCH] why not logged in to npm? --- .github/workflows/publish.yml | 1 + package-lock.json | 4 ++-- package.json | 2 +- src/components/package.json | 2 +- src/lib/package.json | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a1558f..751af73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,7 @@ jobs: - name: Publish when version changed if: steps.check.outputs.changed == 'true' run: | + echo $LINGDOCS_NPM_TOKEN yarn install-r yarn build-library yarn test --silent diff --git a/package-lock.json b/package-lock.json index 3e7f50e..44d893c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.0.1", + "version": "5.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 851a8b9..2c32201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.0.1", + "version": "5.0.2", "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", diff --git a/src/components/package.json b/src/components/package.json index 21af3c8..5abccc5 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.0.1", + "version": "5.0.2", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index 0e11e4c..61a46f7 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.0.1", + "version": "5.0.2", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",