Skip to content

Commit

Permalink
update github workflow to release all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
receter committed Jul 16, 2024
1 parent 9ad3a10 commit e4ee7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-components.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release components package
name: Release packages

on:
release:
Expand Down Expand Up @@ -29,6 +29,6 @@ jobs:

- name: Publish 🚀
shell: bash
run: pnpm publish packages/components --access public --no-git-checks
run: pnpm -r publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e4ee7b2

Please sign in to comment.