serde_flexitos 0.2.2

Flexible serialization and deserialization of trait objects with Serde
Documentation
name: release

permissions:
  contents: write

on:
  push:
    tags:
      - release/*/?[0-9]+.[0-9]+.[0-9]+*

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: taiki-e/create-gh-release-action@v1
        with:
          prefix: release/([^/]+/)?
          changelog: CHANGELOG.md
          title: $version
          token: ${{ secrets.GITHUB_TOKEN }}