Remove change log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user