From ccd3665e6093146a4a6fd0b74196948c97796ad9 Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Wed, 17 Sep 2025 13:03:04 +0100 Subject: [PATCH] feat(cicd): broke due to google api BREAKING CHANGE: google api --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e29bf1..ebc0c20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,8 @@ jobs: set -e echo "running semantic-release" - echo "⚠️ Semver-release will not be able to make the change if branch checks havent run if they are required ⚠️" + echo "⚠️ Semver-release will not be able to make the change if branch checks havent run if they are required ⚠️" + echo "⚠️ Or if gits own api fails ⚠️" SEMVER_OUTPUT_RAW=$(npx semantic-release) echo "semantic-release run" echo "$SEMVER_OUTPUT_RAW"