We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a3ca commit ab7a1abCopy full SHA for ab7a1ab
.github/workflows/changesets.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: changesets/action@v1
40
with:
41
version: node .github/changeset-version.js
42
- publish: pnpm exec changeset publish
+ publish: node -e "process.exit(1)"
43
env:
44
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments