diff --git a/README.md b/README.md index 6d957a3..29517da 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: assign-author: runs-on: ubuntu-latest steps: - - uses: toshimaru/auto-author-assign@v1.3.5 + - uses: toshimaru/auto-author-assign@v1.3 ``` ## Use your token diff --git a/package-lock.json b/package-lock.json index ccd16fb..c732e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "auto-author-assign", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.3.5", + "version": "1.3.6", "license": "MIT", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index f6201d6..88fc76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-author-assign", - "version": "1.3.5", + "version": "1.3.6", "description": "GitHub Actions: Assign pull request author automatically.", "main": "src/index.js", "scripts": {