mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-30 16:31:29 -06:00
Update master-apk-create.yml
This commit is contained in:
committed by
GitHub
parent
feaaccb289
commit
c98352d0f4
10
.github/workflows/master-apk-create.yml
vendored
10
.github/workflows/master-apk-create.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user