Skip to content

Commit

Permalink
Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jul 26, 2024
1 parent 527459d commit f127e89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ jobs:
run: pnpm run build

- name: Publish previews
run: pnpm dlx pkg-pr-new publish packages/db
working-directory: packages/db
run: |
pnpm pack
tar -xzf astrojs*.tgz
pnpm dlx pkg-pr-new publish package

0 comments on commit f127e89

Please sign in to comment.