Skip to content

chore: finalize repo cleanup and standardization #14

chore: finalize repo cleanup and standardization

chore: finalize repo cleanup and standardization #14

Workflow file for this run

name: Public Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build:public-release
- run: npm run checksums