We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ef5d5 commit 8700fdaCopy full SHA for 8700fda
1 file changed
.github/workflows/check-version-bump.yml .github/workflows/check-version-bump.yaml.github/workflows/check-version-bump.yml renamed to .github/workflows/check-version-bump.yaml
@@ -32,4 +32,6 @@ jobs:
32
else
33
echo "Version bump detected: $VERSION_BUMPED"
34
fi
35
+ else
36
+ echo "No src/ changes. Version bump not required."
37
0 commit comments