File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) }}
You can’t perform that action at this time.
0 commit comments