From 3b50abbea5764ca129e24e5d18a214fe93b64f3e Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:24:09 +0100 Subject: [PATCH] Update create-tag-now.yml --- .github/workflows/create-tag-now.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-tag-now.yml b/.github/workflows/create-tag-now.yml index 63545a36..7212103c 100644 --- a/.github/workflows/create-tag-now.yml +++ b/.github/workflows/create-tag-now.yml @@ -33,5 +33,6 @@ jobs: console.log('Tag creation failed with error ' + error.status) console.log(error.message) console.log('') - throw err; + console.log('DEBUG:') + throw error; })