Skip to content

Commit

Permalink
Merge pull request #38 from evex-dev/patch-1
Browse files Browse the repository at this point in the history
use cd
  • Loading branch information
nakasyou authored Sep 14, 2024
2 parents 51a646a + 3a83988 commit 028db2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
deno-version: v1.x

- name: Publish to JSR
run: deno run -A jsr:@david/[email protected]
run: |
cd packages/linejs
deno run -A jsr:@david/[email protected]

0 comments on commit 028db2e

Please sign in to comment.