suggest-command-not-found 0.1.8

Typo correction for not-found shell commands
name: Release

on:
  push:
    tags:
      - 'v*'

permissions:
  contents: write

jobs:
  auto-release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - name: Release
        uses: softprops/action-gh-release@v2
        with:
          generate_release_notes: true
          draft: false