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; })