Skip to content

chore: update readme #2

chore: update readme

chore: update readme #2

Workflow file for this run

name: Publish
on:
workflow_dispatch:
push:
tags:
- "*.*.*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')