Skip to content

Commit

Permalink
chore: test 10 changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenquan committed Dec 2, 2024
1 parent c7aab24 commit c32c460
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,15 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: Release packages
publish: pnpm -r --filter "./{apps,packages}/*" --json publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Changesets output
run: |
echo published: "${{ steps.changesets.outputs.published }}"
echo publishedPackages: "${{ steps.changesets.outputs.publishedPackages }}"

0 comments on commit c32c460

Please sign in to comment.