We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869f5d9 commit ccd3665Copy full SHA for ccd3665
.github/workflows/release.yml
@@ -79,7 +79,8 @@ jobs:
79
set -e
80
81
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 ⚠️"
+ 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 ⚠️"
84
SEMVER_OUTPUT_RAW=$(npx semantic-release)
85
echo "semantic-release run"
86
echo "$SEMVER_OUTPUT_RAW"
0 commit comments