We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ddb75 commit fe9e95aCopy full SHA for fe9e95a
.github/workflows/publish-hyperbridge.yml
@@ -381,7 +381,7 @@ jobs:
381
COMMIT_RANGE="${PREVIOUS_TAG}..${CURRENT_TAG}"
382
fi
383
384
- CHANGELOG=$(git log --pretty=format:"* %s (%h)" $COMMIT_RANGE --reverse | grep -i "node")
+ CHANGELOG=$(git log --pretty=format:"* %s (%h)" $COMMIT_RANGE --reverse | grep -i "node" || true)
385
386
echo "changelog<<EOF" >> $GITHUB_OUTPUT
387
echo "## What's Changed" >> $GITHUB_OUTPUT
0 commit comments