Skip to content

Commit 125bc03

Browse files
author
Inbal Tako
committed
Add changelog to github actions
1 parent 8ab1b0e commit 125bc03

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
env:
3030
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
3131

32+
- name: Create changelog
33+
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
34+
with:
35+
token: ${{ secrets.GITHUB_TOKEN }}
36+
3237
- name: Notify slack success
3338
if: success()
3439
env:

0 commit comments

Comments
 (0)