Skip to content

updated macos build 12 -> 13 #8

updated macos build 12 -> 13

updated macos build 12 -> 13 #8

name: Publish ts runtime
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
working-directory: typescript/runtime/published