Skip to content

Commit

Permalink
Merge branch 'feature/cleanup-utils'
Browse files Browse the repository at this point in the history
  • Loading branch information
fveracoechea committed Jul 19, 2024
2 parents ddd60d2 + 732dcf6 commit 20cbe15
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: JSR Publish
on:
push:
branches:
- main

jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

steps:
- uses: actions/checkout@v4

- name: Publish package
run: npx jsr publish
5 changes: 5 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@fveracoechea/fetchtastic",
"version": "1.0.0",
"exports": "./lib/mod.ts"
}

0 comments on commit 20cbe15

Please sign in to comment.