Skip to content

Commit ccd3665

Browse files
committed
feat(cicd): broke due to google api
BREAKING CHANGE: google api
1 parent 869f5d9 commit ccd3665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
set -e
8080
8181
echo "running semantic-release"
82-
echo "⚠️ Semver-release will not be able to make the change if branch checks havent run if they are required ⚠️"
82+
echo "⚠️ Semver-release will not be able to make the change if branch checks havent run if they are required ⚠️"
83+
echo "⚠️ Or if gits own api fails ⚠️"
8384
SEMVER_OUTPUT_RAW=$(npx semantic-release)
8485
echo "semantic-release run"
8586
echo "$SEMVER_OUTPUT_RAW"

0 commit comments

Comments
 (0)