Skip to content

Commit

Permalink
drop dry-run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 9, 2024
1 parent c22b776 commit 0d086db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
id-token: write

steps:

- uses: actions/checkout@v4
- run: npx jsr publish --dry-run

- run: npx jsr publish

0 comments on commit 0d086db

Please sign in to comment.