Skip to content

Fix region auto-detection on key change, improve error hints, remove … #1

Fix region auto-detection on key change, improve error hints, remove …

Fix region auto-detection on key change, improve error hints, remove … #1

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Build all targets
run: VERSION=${GITHUB_REF_NAME} bun run build.ts
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
files: dist/minimax-*
generate_release_notes: true