Skip to content

Commit ab7a1ab

Browse files
committed
[test] fail package releases
1 parent 383a3ca commit ab7a1ab

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: pnpm exec changeset publish
42+
publish: node -e "process.exit(1)"
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)