diff --git a/README.md b/README.md index 407381f..893326f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The v1 to v2 upgrade brought a few notable **breaking changes**. To migrate, mak token: ${{ secrets.NPM_TOKEN }} + ignore-scripts: false ``` -- The workflow's `.npmrc` file is not longer modified. If you have any workarounds to adjust for this misbehavior - for example, if you're using `actions/setup-node` to configure `.npmrc` - you should remove them. +- The workflow's `.npmrc` file is no longer modified. If you have any workarounds to adjust for this misbehavior - for example, if you're using `actions/setup-node` to configure `.npmrc` - you should remove them. ```diff - uses: actions/setup-node@v3 diff --git a/package-lock.json b/package-lock.json index 26befd0..3c62da3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jsdevtools/npm-publish", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@jsdevtools/npm-publish", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@types/semver": "^7.3.13", diff --git a/package.json b/package.json index 7a54958..5369b3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jsdevtools/npm-publish", "description": "Fast, easy publishing to NPM", - "version": "2.1.0", + "version": "2.2.0", "keywords": [ "github-action", "npm",