mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-04-27 23:49:22 -05:00
perimssion fix
This commit is contained in:
committed by
GitHub
parent
a3b737e703
commit
7e6d8a5cef
@@ -23,7 +23,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: 🏗 Bump App Version
|
||||
run: ls && sh ./scripts/versionBump.sh $TYPE "$RELEASE_NOTES"
|
||||
run: ls && sudo ./scripts/versionBump.sh $TYPE "$RELEASE_NOTES"
|
||||
env:
|
||||
TYPE: ${{ inputs.type }}
|
||||
RELEASE_NOTES: ${{ inputs.releaseNote }}
|
||||
|
||||
Reference in New Issue
Block a user