Skip to content

feat(to_md): add safe_from_html_to_md #9

feat(to_md): add safe_from_html_to_md

feat(to_md): add safe_from_html_to_md #9

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: rust
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
- name: Release Crate
if: ${{ steps.release.outputs.release_created }}
run: |
cargo publish --token ${{ secrets.CARGO_PUBLISH_TOKEN }}