Skip to content

Commit

Permalink
ci: split jsr steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Dec 3, 2024
1 parent b3110c4 commit b3a5976
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@ jobs:
- name: Install dependencies
uses: wevm/actions/.github/actions/pnpm@main

- name: Prepare
run: pnpm version:update && cd packages/abitype && cp ../../LICENSE LICENSE

- name: Publish to JSR
run: pnpm version:update && cd packages/abitype && cp ../../LICENSE LICENSE && pnpx jsr publish --allow-slow-types --allow-dirty
run: pnpx jsr publish --allow-slow-types --allow-dirty

0 comments on commit b3a5976

Please sign in to comment.