Skip to content

Commit

Permalink
chore: ignore failure
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 24, 2020
1 parent 236f382 commit 7c0de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

git fetch origin
git pull origin master
git tag -d v2
git tag -d v2 || true
git pull origin --tags

npm ci
Expand Down

0 comments on commit 7c0de2d

Please sign in to comment.