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 7220f48 commit 93809d8Copy full SHA for 93809d8
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
uses: changesets/action@v1
67
with:
68
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
69
- publish: pnpm run changeset:release
+ publish: pnpm changeset:publish
70
commit: "chore: version packages" # we need to fulfill commitlint based rules
71
env:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
docs/RELEASE_PROCESS.md
@@ -65,7 +65,7 @@ pnpm run changeset:version
65
### Manually publish (done automatically in CI)
```bash
-pnpm run changeset:release
+pnpm run changeset:publish
```
## Example Workflow
0 commit comments