👷 Add Changelog

This commit is contained in:
Nikhil Badyal
2022-10-24 15:31:25 +05:30
parent d62679539d
commit 0a7cf83bd7
2 changed files with 28 additions and 1 deletions
+8
View File
@@ -26,6 +26,11 @@ on:
required: false
type: boolean
default: false
COMMIT_CHANGELOG:
description: 'Update Changelog'
type: boolean
required: false
default: false
concurrency:
group: ${{ github.head_ref || github.run_id }}
@@ -33,6 +38,8 @@ concurrency:
jobs:
build-apk:
uses: ./.github/workflows/build-artifact.yml
with:
COMMIT_CHANGELOG: ${{ inputs.COMMIT_CHANGELOG }}
secrets:
ENVS: ${{ secrets.ENVS }}
@@ -67,6 +74,7 @@ jobs:
tag: Build-${{ steps.get-date.outputs.date }}
artifactErrorsFailBuild: true
bodyFile: changelog.md
- name: Sleep for 10 seconds
run: |
sleep 10