kamon 0.1.0

Kamon (家紋) — file type icon provider for Neovim with Nerd Font support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Release

on:
  push:
    tags:
      - "v*"
  workflow_dispatch: {}

jobs:
  publish:
    uses: pleme-io/substrate/.github/workflows/crates-publish.yml@main
    secrets:
      CRATES_API_TOKEN: ${{ secrets.CRATES_API_TOKEN }}