Skip to content

Commit f226d3b

Browse files
committed
ci: update changesets/action inputs and outputs for v2
1 parent afe8c82 commit f226d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
id: changesets
4646
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
4747
with:
48-
publish: pnpm changeset publish
48+
publish-script: pnpm changeset publish
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151

5252
- name: Wait for Published Packages
5353
if: steps.changesets.outputs.published == 'true'
5454
env:
55-
PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.publishedPackages }}
55+
PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.published-packages }}
5656
run: pnpm wait-for-published-packages
5757

5858
- name: Prepare Published Packages

0 commit comments

Comments
 (0)