Skip to content

Commit

Permalink
Use default change log for release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 authored Dec 2, 2024
1 parent 647a59f commit 623e1ac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ jobs:
run: |
mv "${{ steps.sign_app.outputs.signedFile }}" "app-release.apk"
- name: Create changelog
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
includeInvalidCommits: true
excludeTypes: build,chore
writeToFile: false
# - name: Create changelog
# id: changelog
# uses: requarks/changelog-action@v1
# with:
# token: ${{ github.token }}
# tag: ${{ github.ref_name }}
# includeInvalidCommits: true
# excludeTypes: build,chore
# writeToFile: false

- name: Create release
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.changelog.outputs.changes }}
body: ChangeLog
files: "app-release.apk"
fail_on_unmatched_files: true
make_latest: true

0 comments on commit 623e1ac

Please sign in to comment.