Skip to content

Commit 5378382

Browse files
Merge branch '8.5' into 9.6
2 parents cb2690a + 2b5b21c commit 5378382

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ jobs:
4141
tag: ${{ env.RELEASE_TAG }}
4242
name: PHPUnit ${{ env.RELEASE_TAG }}
4343
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

Comments
 (0)