mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-08 02:32:21 -05:00
Update master-apk-create.yml
This commit is contained in:
committed by
GitHub
parent
feaaccb289
commit
c98352d0f4
@@ -35,15 +35,7 @@ jobs:
|
|||||||
echo "newVersion=$newVersion" >> "$GITHUB_OUTPUT"
|
echo "newVersion=$newVersion" >> "$GITHUB_OUTPUT"
|
||||||
env:
|
env:
|
||||||
TYPE: ${{ inputs.type }}
|
TYPE: ${{ inputs.type }}
|
||||||
RELEASE_NOTES: ${{ inputs.releaseNote }}
|
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 }}"
|
|
||||||
|
|
||||||
|
|
||||||
- name: Git push tag
|
- name: Git push tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user