mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-01 09:20:31 -06:00
Update version-bump.yaml
This commit is contained in:
committed by
GitHub
parent
67568d0fa1
commit
5a3bd044b1
7
.github/workflows/version-bump.yaml
vendored
7
.github/workflows/version-bump.yaml
vendored
@@ -25,7 +25,12 @@ jobs:
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
- name: 🏗 Bump App Version
|
||||
uses: ./scripts/versionBump.sh ${{ inputs.type }} "${{ inputs.releaseNote }}"
|
||||
uses: ./scripts/versionBump.sh $TYPE "$RELEASE_NOTES"
|
||||
env:
|
||||
TYPE: ${{ inputs.type }}
|
||||
RELEASE_NOTES: ${{ inputs.releaseNote }}
|
||||
|
||||
|
||||
- name: Version Bump
|
||||
run: |
|
||||
git config --global user.name 'Yogesh Choudhary Paliyal'
|
||||
|
||||
Reference in New Issue
Block a user