Skip to content

Commit 7d3e580

Browse files
authored
Merge pull request #614 from fixrtm/remove-tweet
chore(release): remove tweeting step
2 parents b24aa05 + b0f4be8 commit 7d3e580

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -290,32 +290,6 @@ jobs:
290290
WEBHOOK_TOKEN: ${{ secrets.WEBHOOK_TOKEN }}
291291
CURSE_ID: ${{ steps.upload_curse.outputs.file_id }}
292292

293-
- name: Send message to twitter
294-
id: message_twitter
295-
if: ${{ !fromJSON(env.NIGHTLY) }}
296-
run: |
297-
{
298-
echo "$VERSION_NAME is released!"
299-
if $PRERELEASE; then
300-
echo "#fixrtm_prerelease"
301-
else
302-
echo "#fixrtm_release"
303-
fi
304-
echo "#fixrtm_all_release"
305-
echo "https://www.curseforge.com/minecraft/mc-mods/fixrtm/files/$CURSE_ID"
306-
echo "https://github.com/fixrtm/fixRTM/releases/tag/$VERSION_NAME"
307-
} | send-tweet \
308-
-k "$TWITTER_C_KEY" \
309-
-t "$TWITTER_C_SECRET" \
310-
-a "$TWITTER_A_TOKEN" \
311-
-s "$TWITTER_A_SECRET" \
312-
env:
313-
TWITTER_C_KEY: ${{ secrets.TWITTER_C_KEY }}
314-
TWITTER_C_SECRET: ${{ secrets.TWITTER_C_SECRET }}
315-
TWITTER_A_SECRET: ${{ secrets.TWITTER_A_SECRET }}
316-
TWITTER_A_TOKEN: ${{ secrets.TWITTER_A_TOKEN }}
317-
CURSE_ID: ${{ steps.upload_curse.outputs.file_id }}
318-
319293
- name: create next version commit releases
320294
id: publish_releases
321295
if: ${{ !fromJSON(env.PRERELEASE) }}

0 commit comments

Comments
 (0)