Skip to content

github actions release. #1

github actions release.

github actions release. #1

Workflow file for this run

name: release
on:
push:
branches:
- main
tags:
- v*
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: just
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
public/out/secp256k1.wasm