debug
This commit is contained in:
parent
1c6fdf41e9
commit
8eb6214bea
@ -25,10 +25,13 @@ jobs:
|
|||||||
|
|
||||||
git_path=$(pwd)
|
git_path=$(pwd)
|
||||||
if [ "${{ inputs.packagePath }}" != "null" ]; then
|
if [ "${{ inputs.packagePath }}" != "null" ]; then
|
||||||
|
echo "Change Directory to ${{ inputs.packagePath }}"
|
||||||
cd ${{ inputs.packagePath }}
|
cd ${{ inputs.packagePath }}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
npm version --no-git-tag-version ${{ inputs.version }}
|
npm version --no-git-tag-version ${{ inputs.version }}
|
||||||
|
|
||||||
|
echo "Change Directory back to $git_path"
|
||||||
cd $git_path
|
cd $git_path
|
||||||
- name: Commit version change
|
- name: Commit version change
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user