We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43b43d commit 2b5b21cCopy full SHA for 2b5b21c
.github/workflows/release.yaml
@@ -41,3 +41,12 @@ jobs:
41
tag: ${{ env.RELEASE_TAG }}
42
name: PHPUnit ${{ env.RELEASE_TAG }}
43
bodyFile: release-notes.md
44
+
45
+ - name: Announce release
46
+ id: mastodon
47
+ uses: cbrgm/mastodon-github-action@v2
48
+ with:
49
+ access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
50
+ url: ${{ secrets.MASTODON_URL }}
51
+ language: "en"
52
+ message: "#PHPUnit ${{ env.RELEASE_TAG }} has been released: https://github.com/sebastianbergmann/phpunit/releases/tag/${{ env.RELEASE_TAG }}"
0 commit comments