Skip to content

update Byte version #108

update Byte version

update Byte version #108

Workflow file for this run

# .github/workflows/publish.yml
name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Publish to JSR
run: npx jsr publish --allow-dirty --allow-slow-types