Skip to content

Commit ffecbea

Browse files
authored
Merge pull request #14 from pusher/fix-changelog-creation
Fix CHANGELOG creation on release workflow
2 parents b9e0be9 + 11b6d81 commit ffecbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git config user.name "Pusher CI"
7777
- name: Prepare description
7878
run: |
79-
csplit -s CHANGELOG.md "/##/" {0}
79+
csplit -s CHANGELOG.md "/##/" {1}
8080
cat xx01 > CHANGELOG.tmp
8181
- name: Create Release
8282
uses: actions/create-release@v1

0 commit comments

Comments
 (0)