From 056f3f946f162b10833dfb313c7a71b0f5113bec Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 5 Feb 2024 08:22:46 +0100 Subject: [PATCH] fix: upgrade @actions/core to fix set-output issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2c449b..d52a471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-create-release-from-tag", - "version": "1.0.7", + "version": "1.0.8", "description": "Github action to create release with changelog, on tag number based.", "main": "./lib/index.js", "scripts": { @@ -11,7 +11,7 @@ "author": "Steve Lebleu", "license": "MIT", "dependencies": { - "@actions/core": "^1.3.0", + "@actions/core": "^1.10.0", "@actions/github": "^5.0.0", "child-process-promise": "^2.2.1" },