Skip to content

mrml-core release

mrml-core release #3

on:
push:
tags:
- "mrml-v*"
workflow_dispatch:
name: mrml-core release
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: notify mastodon
uses: cbrgm/mastodon-github-action@v1
with:
message: |
👋 Hey! I just released a new version of mrml!
Take a look at it, it's made in #rustlang, it's #opensource and it's a #freesoftware!"
https://github.com/jdrouet/mrml and https://crates.io/crates/mrml
visibility: "public"
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
continue-on-error: true