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