Skip to content

Commit 729d9f6

Browse files
authored
Merge pull request #67 from brootware/dev
Dev
2 parents 20020ac + a74cee5 commit 729d9f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ jobs:
5252
echo "## Changelog" >> this_version_changelog.md
5353
cat CHANGELOG.md | sed -n '/^## \['"$version"'\]/,/^## /p' | head -n -1 | tail -n +2 >> this_version_changelog.md
5454
echo "[Full Changelog](https://github.com/brootware/PyRedactKit/blob/v$version/CHANGELOG.md)" >> this_version_changelog.md
55+
56+
- name: Publish Changelog
57+
uses: softprops/action-gh-release@v1
58+
with:
59+
body_path: this_version_changelog.md
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}

0 commit comments

Comments
 (0)