Skip to content

Commit

Permalink
CI for JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Jul 7, 2024
1 parent 830ca65 commit 78c2cce
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Publish JSR

on:
push:
branches:
- main

jobs:

publish:

runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:

- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1
with:
deno-version: v1

- run: deno publish

0 comments on commit 78c2cce

Please sign in to comment.