Skip to content

Commit 635be7c

Browse files
committed
chore: move running changelogithub into automated-release.yml
1 parent 0278775 commit 635be7c

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

.github/workflows/automated-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
-p conventional-changelog-conventionalcommits
3131
-p semantic-release
3232
-- semantic-release
33+
- name: Report the release
34+
env:
35+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36+
run: npx changelogithub
37+
3338
permissions:
3439
# packages: write # This is for pushing it to githubs package repository
3540
contents: write

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)