1
0

allow same version

This commit is contained in:
Marco Maatz 2024-10-24 12:24:12 +02:00
parent c071156e35
commit 381a5e2f3e

View File

@ -29,7 +29,7 @@ jobs:
cd ${{ inputs.packagePath }}
fi
npm version --no-git-tag-version ${{ inputs.version }}
npm version --allow-same-version --no-git-tag-version ${{ inputs.version }}
echo "Change Directory back to $git_path"
cd $git_path