Skip to content

chore: add English original json file #79

chore: add English original json file

chore: add English original json file #79

Workflow file for this run

name: Release
on:
push:
tags: [v*]
branches: [main]
permissions:
contents: write
jobs:
release:
name: Build and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 20.11.1
cache: pnpm
- run: pnpm install
- name: Install esbuild
run: |
curl -fsSL https://esbuild.github.io/dl/latest | sh
mv esbuild $HOME/go/bin
- name: Build
run: make
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/*