From b5b708163c9c077a2916ba8e9663e87981d6a998 Mon Sep 17 00:00:00 2001 From: koleok Date: Thu, 5 Jan 2023 16:31:26 -0500 Subject: [PATCH] Package and bump version --- dist/index.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 35c7b93..b592cdc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -114,6 +114,7 @@ const main = async () => { (0, core_1.setOutput)("linear-issue-url", issue.url); (0, core_1.setOutput)("linear-issue-title", issue.title); (0, core_1.setOutput)("linear-issue-description", issue.description); + return; } } if (outputMultiple && matches?.length) { diff --git a/package.json b/package.json index d55cd65..c647483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-create-linear-issue", - "version": "0.0.3", + "version": "0.6", "description": "", "main": "lib/main.js", "private": true,