mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix: add release changelog
This commit is contained in:
parent
23cbc17f99
commit
e3b6dbe91e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ needs.changelog.outputs.tag }}
|
||||
body: ${{ needs.changelog.outputs.clean_changelog }}
|
||||
body: ${{ needs.changelog.outputs.body }}
|
||||
fail_on_unmatched_files: true
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
files: |
|
||||
|
|
Loading…
Reference in a new issue