mrml-core release #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |