1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

Update Release Tweet action

This commit is contained in:
DerLinkman 2022-11-16 18:15:45 +01:00
parent 6875baf64c
commit a4eb6d5f1b

View File

@ -4,9 +4,11 @@ on:
types: [published]
jobs:
build:
tweet:
runs-on: ubuntu-latest
steps:
- name: "Get Release Tag"
run: curl https://api.github.com/repos/mailcow/mailcow-dockerized/releases/latest | jq '.tag_name' | sed 's/"//g' >> $RELEASE_TAG
- name: Tweet-trigger-publish-release
uses: mugi111/tweet-trigger-release@v1.1
with:
@ -14,4 +16,4 @@ jobs:
consumer_secret: ${{ secrets.CONSUMER_SECRET }}
access_token_key: ${{ secrets.ACCESS_TOKEN_KEY }}
access_token_secret: ${{ secrets.ACCESS_TOKEN_SECRET }}
tweet_body: 'A new mailcow-dockerized Release has been Released on GitHub! Checkout our GitHub Page for the latest Release: github.com/mailcow/mailcow-dockerized/releases/latest'
tweet_body: '$RELEASE_TAG is here! Checkout the GitHub Page for changelog regarding the $RELEASE_TAG Release: github.com/mailcow/mailcow-dockerized/releases/tag/$RELEASE_TAG'