We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74499d2 commit bcbd89eCopy full SHA for bcbd89e
codeship/publish.sh
@@ -3,7 +3,7 @@ set -e
3
4
if [ $CI_BRANCH == "master" ]; then
5
CURRENT_VERSION=`npm show vlocity version`
6
- npm version $CURRENT_VERSION --no-git-tag-version
+ npm version $CURRENT_VERSION --no-git-tag-version --allow-same-version
7
npm version patch --no-git-tag-version
8
else
9
CURRENT_VERSION=`npm show vlocity@$CI_BRANCH version`
@@ -30,4 +30,4 @@ if [ $CI_BRANCH == "master" ]; then
30
npm publish .
31
32
npm publish . --tag="$CI_BRANCH"
33
-fi
+fi
0 commit comments