We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb2690a + 2b5b21c commit 5378382Copy full SHA for 5378382
.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