We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55641c9 commit 4856bbbCopy full SHA for 4856bbb
.github/workflows/release.yml
@@ -39,18 +39,3 @@ jobs:
39
tag: ${{ steps.compute-tag.outputs.tagname }}
40
commit: master
41
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