Skip to content

Commit 5ccacca

Browse files
authored
fix: remove tweet (#1149)
1 parent 5c66c6d commit 5ccacca

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,6 @@ jobs:
3737
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
3838
nexus_username: ${{ secrets.OSSRH_USERNAME }}
3939
nexus_password: ${{ secrets.OSSRH_TOKEN }}
40-
- uses: Eomm/why-don-t-you-tweet@v1
41-
# We don't want to tweet if the repository is not a public one
42-
if: ${{ !github.event.repository.private }}
43-
with:
44-
# GitHub event payload
45-
# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release
46-
tweet-message: "New ${{ github.event.repository.name }} release ${{ github.event.release.tag_name }}! Try it will it is HOT! ${{ github.event.release.html_url }} #release"
47-
env:
48-
# Get your tokens from https://developer.twitter.com/apps
49-
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
50-
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
51-
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
52-
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
53-
5440

5541

5642
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.

0 commit comments

Comments
 (0)