Update master-apk-create.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2023-06-03 14:32:40 +05:30
committed by GitHub
parent feaaccb289
commit c98352d0f4

View File

@@ -35,15 +35,7 @@ jobs:
echo "newVersion=$newVersion" >> "$GITHUB_OUTPUT"
env:
TYPE: ${{ inputs.type }}
RELEASE_NOTES: ${{ inputs.releaseNote }}
- name: Git Add and Commit
run: |
git config --global user.name 'Yogesh Choudhary Paliyal'
git config --global user.email 'yogeshpaliyal@users.noreply.github.com'
git add .
git commit -am "Github Actions: App version Bumped to ${{ steps.bump-app-version.outputs.newVersion }}"
RELEASE_NOTES: ${{ inputs.releaseNote }}
- name: Git push tag
run: |