Skip to content

Commit

Permalink
Disable auto tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Sep 12, 2019
1 parent 0001757 commit a7a706d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ cd - || exit

./scripts/build/docs.js
./scripts/release/updateFirebase.js
if [ "$IS_PRE_RELEASE" = false ]
then
./scripts/release/tweet.js
fi
# TODO: Reanimate it
# if [ "$IS_PRE_RELEASE" = false ]
# then
# ./scripts/release/tweet.js
# fi

0 comments on commit a7a706d

Please sign in to comment.