Skip to content

Commit

Permalink
Release v1.22.0 - 2 (SAP#2718)
Browse files Browse the repository at this point in the history
retry release as travis failed to releae
  • Loading branch information
ndricimrr authored May 19, 2022
1 parent 9b70249 commit 86dc94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/npmPublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function prepublishCheck {
cd $BASE_DIR/../$1
VERSION=$(node -p "require('./package.json').version")

# Check if it can be published (github release must exist)
# Check if it can be published (github release must exist )
TAGS_GREP=`git ls-remote --tags origin | grep "v$VERSION$" | wc -l`
if [[ "$TAGS_GREP" =~ "0" ]]; then
echo "Tag (github release) does not exist, not going to publish $VERSION to npm"
Expand Down

0 comments on commit 86dc94d

Please sign in to comment.