Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

fix(text_prompt): use unicode-width instead of char cnt (#46) #40

fix(text_prompt): use unicode-width instead of char cnt (#46)

fix(text_prompt): use unicode-width instead of char cnt (#46) #40

Workflow file for this run

name: Release
permissions:
pull-requests: write
contents: write
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-plz:
uses: joshka/github-workflows/.github/workflows/rust-release-plz.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}