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 8a0a38a commit a7308e9Copy full SHA for a7308e9
.github/workflows/release.yml
@@ -79,6 +79,7 @@ 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 ⚠️"
83
SEMVER_OUTPUT_RAW=$(npx semantic-release)
84
echo "semantic-release run"
85
echo "$SEMVER_OUTPUT_RAW"
0 commit comments