From ec42ee1d3d57c45cf9510890045154bef00eaee0 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 20 Nov 2022 12:22:39 -0800 Subject: [PATCH] Update pythonpublish.yml Added a Report to mastadon action --- .github/workflows/pythonpublish.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 6d99638..c18bfc3 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -24,3 +24,13 @@ jobs: run: | python setup.py sdist bdist_wheel twine upload dist/* + - name: Report to Mastodon + uses: cbrgm/mastodon-github-action@v1.0.1 + with: + message: | + I just released a new version of wavinfo, my library for reading WAVE file metadata! + + ${{ github.server_url }}/${{ github.repository }} + env: + MASTODON_URL: ${{ secrets.MASTODON_URL }} + MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}