Skip to content

Commit

Permalink
Temporarily disable twitter integration. (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Apr 20, 2023
1 parent fff97ec commit 683eadf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ echo "Publishing release notes..."
hub release create --file "${RELEASE_NOTES_FILE}" "v${NEW_VERSION}"
echo "Published release notes."

echo "Making the tweet..."
npm install --no-save twitter@1.7.1
cp -v "${WDIR}/scripts/twitter.json" "${TEMPDIR}/${REPOSITORY_NAME}/scripts/"
node ./scripts/tweet.js ${NEW_VERSION}
echo "Made the tweet."
# Temporarily disable Twitter integration
#echo "Making the tweet..."
#npm install --no-save twitter@1.7.1
#cp -v "${WDIR}/scripts/twitter.json" "${TEMPDIR}/${REPOSITORY_NAME}/scripts/"
#node ./scripts/tweet.js ${NEW_VERSION}
#echo "Made the tweet."

0 comments on commit 683eadf

Please sign in to comment.