Skip to content

v1.5.0

v1.5.0 #7

Workflow file for this run

name: Publish
on:
workflow_dispatch: {}
push:
tags:
- v*
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
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
# TODO: Call test here?
# - run: npx jsr publish
- run: deno publish