Skip to content

Commit

Permalink
Revert "And again disable changelogs for successful run"
Browse files Browse the repository at this point in the history
This reverts commit 53f655c.
  • Loading branch information
MilenVolf committed Feb 13, 2024
1 parent fc7396b commit 7d2e3cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
submodules: 'recursive'

- name: Publish changelog
run: echo test
run: Tools/actions_changelogs_since_last_run.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}

0 comments on commit 7d2e3cf

Please sign in to comment.