Thin MongoDB ODM built for Standard Schema
mongodb zod deno

add jsr publishing

Changed files
+16
.github
workflows
examples
.github
workflows
+16
.github/workflows/publish.yml
···
+
name: Publish
+
on:
+
push:
+
branches:
+
- main
+
+
jobs:
+
publish:
+
runs-on: ubuntu-latest
+
permissions:
+
contents: read
+
id-token: write
+
steps:
+
- uses: actions/checkout@v4
+
- name: Publish package
+
run: npx jsr publish
examples/.github/workflows/publish.yml

This is a binary file and will not be displayed.