- Update README to use different release action

- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/790
This commit is contained in:
Mike Penz
2022-06-22 08:32:13 +00:00
committed by GitHub
parent 2ef19db678
commit e99e680cdc
+1 -5
View File
@@ -116,13 +116,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: actions/create-release@v3
uses: softprops/action-gh-release@v0.1.14
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
## Customization 🖍️