Skip to content

Commit

Permalink
fix(ci): Fix workdir in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Sep 8, 2024
1 parent ed31895 commit 5cb402d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jsr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
working-directory: src
1 change: 1 addition & 0 deletions src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@cloudydeno/stream-observables",
"version": "1.4.0",

"exports": "./mod.ts"
}

0 comments on commit 5cb402d

Please sign in to comment.