We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49c96a commit 03f48c4Copy full SHA for 03f48c4
.github/workflows/release.yaml
@@ -54,12 +54,6 @@ jobs:
54
id: get_tag
55
run: echo ::set-output name=git_tag::${GITHUB_REF/refs\/tags\//}
56
57
- - name: changelog
58
- id: build_changelog
59
- uses: mikepenz/release-changelog-builder-action@v3.6.0
60
- env:
61
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
-
63
- uses: actions/download-artifact@v3
64
id: download
65
with:
@@ -71,7 +65,8 @@ jobs:
71
72
66
name: ${{ steps.get_tag.outputs.git_tag }}
73
67
tag_name: ${{ steps.get_tag.outputs.git_tag }}
74
- body: ${{steps.build_changelog.outputs.changelog}}
68
+ prerelease: true
69
+ generate_release_notes: true
75
70
files: |
76
${{ github.workspace }}/.bin/**
77
push:
0 commit comments