Skip to content

Commit 12bc2f8

Browse files
committed
Revert "[test] fail package releases"
This reverts commit ab7a1ab.
1 parent 76c9f99 commit 12bc2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: changesets/action@v1
4040
with:
4141
version: node .github/changeset-version.js
42-
publish: node -e "process.exit(1)"
42+
publish: pnpm exec changeset publish
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)