Skip to content

Commit 93809d8

Browse files
committed
fix: updated script name
1 parent 7220f48 commit 93809d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: changesets/action@v1
6767
with:
6868
# 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
69+
publish: pnpm changeset:publish
7070
commit: "chore: version packages" # we need to fulfill commitlint based rules
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pnpm run changeset:version
6565
### Manually publish (done automatically in CI)
6666

6767
```bash
68-
pnpm run changeset:release
68+
pnpm run changeset:publish
6969
```
7070

7171
## Example Workflow

0 commit comments

Comments
 (0)