Skip to content

Commit 42f4d5f

Browse files
nonaraRon S
authored andcommitted
build(git): Add automatic GH release from changelog action
1 parent d0dd00f commit 42f4d5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ jobs:
4646
run: npm publish
4747
env:
4848
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
50+
- name: Generate GitHub Release
51+
uses: lsegal/github-release-from-changelog-action@latest
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)