We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce19a3 commit b15bc70Copy full SHA for b15bc70
scripts/build-all.sh
@@ -51,7 +51,7 @@ sed "s/__TODAY__/$TODAY/" |
51
cat
52
53
if [[ "$1" = "release" ]] ; then
54
- git commit -am "Build version $TAG"
+ git commit -am "Build version $TAG" || true
55
git tag -a $TAG -m "Whoami Plugin v$TAG"
56
echo "Tagged release, 'git push --follow-tags' to push it to github, upload the binaries to github"
57
echo "and copy the output above to the cli repo you plan to deploy in"
0 commit comments