fix git path
This commit is contained in:
parent
0d48f86180
commit
dd08f2c842
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Setting Version to ${{ inputs.version }}"
|
echo "Setting Version to ${{ inputs.version }}"
|
||||||
|
|
||||||
git_path=pwd
|
git_path=$(pwd)
|
||||||
if [ "${{ inputs.packagePath }}" != "null" ]; then
|
if [ "${{ inputs.packagePath }}" != "null" ]; then
|
||||||
cd ${{ inputs.packagePath }}
|
cd ${{ inputs.packagePath }}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user