Skip to content

Commit

Permalink
change(publishAnyCommit action): avoid to publish www package
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Oct 20, 2024
1 parent e8b6bfc commit ad110a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build project
run: bun run build:all
- name: Publish commits
run: bunx pkg-pr-new publish './packages/*'
run: bunx pkg-pr-new publish './packages/adapter-*' './packages/brisa*' './packages/create-*'

0 comments on commit ad110a8

Please sign in to comment.