diff --git a/README.md b/README.md index 5cca427..609b961 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Usage ```yml -- uses: snow-actions/line-notify@v1.1.0 +- uses: snow-actions/line-notify@v1.2.0 with: access_token: ${{ secrets.LINE_ACCESS_TOKEN }} message: some message diff --git a/package-lock.json b/package-lock.json index e9a4141..f51da4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "line-notify", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "line-notify", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 6a1dd9a..df9cc28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "line-notify", - "version": "1.1.0", + "version": "1.2.0", "description": "LINE Notify for GitHub Actions", "main": "index.js", "repository": {