From d7118213b428106aae1efdef5d21ade7709d3c31 Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Mon, 19 Dec 2022 22:02:19 +0100 Subject: [PATCH] updated github actions --- .github/workflows/release.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c12bee..5bc96b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -178,10 +178,11 @@ jobs: needs: publish_zenodo name: "Send toot about it to railtoolkit@fosstodon.org" runs-on: ubuntu-latest - - uses: cbrgm/mastodon-github-action@v1 - with: - message: "The new version ${{ github.event.inputs.version }} of TrainRuns.jl is available! DOI: https://doi.org/${{needs.publish_zenodo.outputs.doi}}" - visibility: "public" # default: public - env: - MASTODON_URL: "https://fosstodon.org/" - MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token \ No newline at end of file + steps: + - uses: cbrgm/mastodon-github-action@v1 + with: + message: "The new version ${{ github.event.inputs.version }} of TrainRuns.jl is available! DOI: https://doi.org/${{needs.publish_zenodo.outputs.doi}}" + visibility: "public" # default: public + env: + MASTODON_URL: "https://fosstodon.org/" + MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token