Skip to content

Commit

Permalink
Fix typo in workflow for publishing via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
masonmark committed Jun 16, 2024
1 parent 5761df8 commit f57f398
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- uses: actions/checkout@v4

- name: Publish package
run: cd libs/ts/date npx && jsr publish

working-directory: libs/ts/date
run: npx jsr publish

0 comments on commit f57f398

Please sign in to comment.