ci: Updated workflow

releases/v3
Tycho Bokdam 2020-12-15 17:25:26 +01:00
parent 289e972b9b
commit 360a184f94
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 2 additions and 3 deletions

View File

@ -505,12 +505,11 @@ jobs:
config-file-path: './test-changelog.config.js'
- name: Test output
with:
GENERATED_CHANGELOG_OUTPUT: ${{ steps.changelog.outputs.clean_changelog }}
run: |
if grep -q "### New Features" "./CHANGELOG.md"; then
echo "Generated changelog file has config applied"
else
echo "Changelog config not applied" && exit 1
fi
with:
GENERATED_CHANGELOG_OUTPUT: ${{ steps.changelog.outputs.clean_changelog }}