Remove change log

This commit is contained in:
WardPearce
2024-09-01 14:55:49 +12:00
parent fd5dc455a6
commit e30f35953b
-10
View File
@@ -67,15 +67,6 @@ jobs:
mv app/build/outputs/app-release-signed.aab app/release/app-release-signed.aab
mv app/build/outputs/app-release-signed.apk app/release/app-release-signed.apk
- name: Build Changelog
id: changelog
uses: ardalanamini/auto-changelog@v3
with:
mention-authors: false
mention-new-contributors: false
include-compare: false
semver: false
- name: get-npm-version
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.3.1
@@ -86,7 +77,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog.outputs.changelog }}
file: ./materialious/android/app/release/*
tag: ${{ steps.package-version.outputs.current-version}}
overwrite: true