From 49b3696765063c7dcb75d5ef81fb9a1077313b04 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 24 Oct 2022 16:34:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Missing=20Changelog=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 5 +++-- .github/workflows/build-artifact.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index cec84c2..7dc8dd5 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -30,7 +30,7 @@ on: description: 'Update Changelog' type: boolean required: false - default: false + default: true concurrency: group: ${{ github.head_ref || github.run_id }} @@ -59,6 +59,7 @@ jobs: id: get-date run: | echo "date=$(TZ='Asia/Kolkata' date +"%Y.%m.%d-%H.%M.%S")" >> $GITHUB_OUTPUT + curl https://github.com/nikhilbadyal/docker-py-revanced/blob/changelogs/changelog.md > changelog.md - name: Delete Older Releases uses: nikhilbadyal/ghaction-rm-releases@v0.0.1 @@ -73,7 +74,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag: Build-${{ steps.get-date.outputs.date }} artifactErrorsFailBuild: true - bodyFile: changelog.md + generateReleaseNotes: true - name: Sleep for 10 seconds run: | diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index e1b97f5..f1b8a01 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -58,5 +58,5 @@ jobs: branch: changelogs skip_checkout: true file_pattern: changelog.md - commit_message: New Build + commit_message: 🚀New Build push_options: '--force'