diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 65ca063..d1916cd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: npm install - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/javascript-lib/package.json b/javascript-lib/package.json index 23d906f..0e0b3ad 100644 --- a/javascript-lib/package.json +++ b/javascript-lib/package.json @@ -1,6 +1,6 @@ { "name": "date-convert-ad-bs", - "version": "1.1.4", + "version": "1.1.5", "description": "Convert AD to BS and vice versa", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",