allow same version
This commit is contained in:
parent
c071156e35
commit
381a5e2f3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user