Skip to content

Commit b15bc70

Browse files
committed
Build version 0.1.0
1 parent 9ce19a3 commit b15bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sed "s/__TODAY__/$TODAY/" |
5151
cat
5252

5353
if [[ "$1" = "release" ]] ; then
54-
git commit -am "Build version $TAG"
54+
git commit -am "Build version $TAG" || true
5555
git tag -a $TAG -m "Whoami Plugin v$TAG"
5656
echo "Tagged release, 'git push --follow-tags' to push it to github, upload the binaries to github"
5757
echo "and copy the output above to the cli repo you plan to deploy in"

0 commit comments

Comments
 (0)