diff --git a/action.yml b/action.yml index 29b5e55..481e8b3 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ outputs: changelog: description: Generated changelog runs: - using: node14 + using: node16 main: './lib/index.js' \ No newline at end of file diff --git a/package.json b/package.json index d52a471..68da762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-create-release-from-tag", - "version": "1.0.8", + "version": "1.0.9", "description": "Github action to create release with changelog, on tag number based.", "main": "./lib/index.js", "scripts": {