Skip to content

Prepare v0.3.2

Prepare v0.3.2 #1

Workflow file for this run

name: Publish the package
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
jsr:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-build
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish package
run: npx jsr publish