scfs 0.10.6

A convenient splitting and concatenating filesystem.
Documentation
name: Release

on:
  push:
    branches:
      - master
      - 'hotfix/**'
      - 'release/**'

  workflow_dispatch:

jobs:
  test:
    uses: ./.github/workflows/test.yml
    with:
      test-args: -- --include-ignored

  call-release-workflow:
    uses: FloGa/rust-workflows/.github/workflows/release.yml@0.5.0
    with:
      system-preparation: ./.github/prepare-system
      targets-config: ./.github/targets.json
    secrets:
      CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
    needs:
      - test