Skip to content

Commit

Permalink
Merge pull request #30 from koddsson/jsr
Browse files Browse the repository at this point in the history
Publish to jsr
  • Loading branch information
koddsson authored Feb 24, 2024
2 parents 97e0802 + 5ceb9e4 commit 1e55dab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish
on:
push:
branches:
- main
- jsr

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 1e55dab

Please sign in to comment.