From 0b308f5ef5a85d7d727adecdabe2c360e0092ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catal=C3=A1n?= Date: Tue, 14 Sep 2021 07:52:13 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 928f12e..812eb78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,16 @@ jobs: run: | set -eo pipefail pod lib lint --allow-warnings - pod trunk push --allow-warnings + pod trunk push --allow-warnings + + - name: Tweet the release + uses: ethomson/send-tweet-action@v1 + with: + consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }} + consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} + access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} + access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} + status: | + 🎉 New release ${{ steps.publish_release.outputs.tag_name }} is out 🚀 + Check out all the changes here: + ${{ steps.publish_release.outputs.html_url }}