Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Dec 4, 2024
1 parent 91f684d commit becba9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
git reset --hard origin/main
pnpm clean
pnpm changeset:prepublish
PKG_PR_NEW=true pnpx pkg-pr-new publish --pnpm --compact './packages/abitype'
pnpx pkg-pr-new publish --pnpm --compact './packages/abitype'
env:
PKG_PR_NEW: true

jsr:
name: JSR
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Publish preview
run: |
pnpm changeset:prepublish
PKG_PR_NEW=true pnpx pkg-pr-new publish --pnpm --compact './packages/abitype'
pnpx pkg-pr-new publish --pnpm --compact './packages/abitype'
env:
PKG_PR_NEW: true

bench:
name: Benchmark
Expand Down

0 comments on commit becba9f

Please sign in to comment.