Skip to content

Commit e1f18ca

Browse files
authored
Automatically create release notes (#30)
1 parent cbab435 commit e1f18ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/npm-publish.yml renamed to .github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111
required: true
1212

1313
jobs:
14-
npm:
14+
NPM:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 20
1820
- run: npm install
1921
- uses: fregante/setup-git-token@v1
2022
with:
@@ -24,3 +26,6 @@ jobs:
2426
with:
2527
token: ${{ secrets.NPM_TOKEN }}
2628
- run: git push --follow-tags
29+
- uses: notlmn/release-with-changelog@v2
30+
with:
31+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)