Skip to content

Commit

Permalink
Publish to jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Feb 24, 2024
1 parent 97e0802 commit 0e7a17e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish
on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1

- name: Publish package
run: deno publish
5 changes: 5 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@koddsson/co-authored-by",
"version": "0.4.2",
"exports": "index.js"
}

0 comments on commit 0e7a17e

Please sign in to comment.