Skip to content

Commit 4856bbb

Browse files
authored
Update release.yml
1 parent 55641c9 commit 4856bbb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

-15
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,3 @@ jobs:
3939
tag: ${{ steps.compute-tag.outputs.tagname }}
4040
commit: master
4141
artifacts: './progit.epub,./progit.mobi,./progit.pdf,./progit.html'
42-
43-
- name: Generate Changelog
44-
id: release-changelog
45-
uses: mikepenz/release-changelog-builder-action@v2
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
49-
- name: Set changelog to the release
50-
uses: ncipollo/release-action@v1
51-
with:
52-
token: ${{ secrets.GITHUB_TOKEN }}
53-
tag: ${{ steps.compute-tag.outputs.tagname }}
54-
commit: master
55-
allowUpdates: true
56-
body: ${{ steps.release-changelog.outputs.changelog }}

0 commit comments

Comments
 (0)