diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 25dd02a..d6c947e 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -41,7 +41,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run semantic-release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9176dfa..0c150e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ashutosh887/depextract", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ashutosh887/depextract", - "version": "1.3.0", + "version": "1.4.0", "license": "ISC", "dependencies": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index e1a0bb2..8814507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ashutosh887/depextract", - "version": "1.3.0", + "version": "1.4.0", "description": "Dependency extractor CLI script for package.json", "type": "module", "repository": {