Skip to content

fix: resolve circular dependency between api and db by moving Sql typ… #29

fix: resolve circular dependency between api and db by moving Sql typ…

fix: resolve circular dependency between api and db by moving Sql typ… #29

name: 🦖 Publish
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:
- name: 🐧 Checkout code
uses: actions/checkout@v5
with: { fetch-depth: 0 }
- name: 🦖 Set up Deno
uses: denoland/setup-deno@v2
with: { deno-version: v2.x, cache: true }
- name: Publish changed packages
run: |
deno publish