Skip to content

Commit

Permalink
Tweak changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Sep 2, 2024
1 parent 3bde50d commit ed3ac1c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,22 @@ jobs:
- name: Build
run: dotnet build CelesteTAS-EverestInterop -c Release -p:DefineConstants=INSTALL_STUDIO

- name: Create changelog
uses: TriPSs/[email protected]
id: changelog
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file: false
skip-on-empty: false
skip-bump: true
create-summary: true
- name: Create release
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog.outputs.clean_changelog }}
files: |
CelesteTAS.zip
CelesteTAS.zip
CelesteStudio-windows-x64.zip
CelesteStudio-linux-x64.zip
CelesteStudio-macos-x64.zip
Expand Down

0 comments on commit ed3ac1c

Please sign in to comment.