Skip to content

Commit

Permalink
Merge pull request #169 from iuioiua/jsr-publish
Browse files Browse the repository at this point in the history
chore: publish to JSR in CI
  • Loading branch information
iuioiua authored Mar 20, 2024
2 parents 72f035e + e34090b commit 2dee1d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish

on:
push:
branches:
- main

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
- run: npx jsr publish
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iuioiua/r2d2",
"version": "2.1.0",
"version": "2.1.1",
"exports": "./mod.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^0.220.1",
Expand Down

0 comments on commit 2dee1d4

Please sign in to comment.