Skip to content

Add ability to save and continue chatting #21

Add ability to save and continue chatting

Add ability to save and continue chatting #21

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
release:
name: Release
uses: ./.github/workflows/reusable-release.yaml
with:
goreleaser_config: goreleaser.yml
goreleaser_options: '--rm-dist --timeout 90m'
secrets: inherit