1
0
This commit is contained in:
Marco Maatz 2024-10-23 15:31:57 +02:00
parent 1c6fdf41e9
commit 8eb6214bea

View File

@ -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: |