We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5963b6f commit ba58327Copy full SHA for ba58327
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: changesets/action@v1
36
with:
37
version: pnpm changeset:version
38
+ publish: pnpm changeset:publish
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -11,7 +11,7 @@
11
"lint": "pnpm -r lint",
12
"format": "pnpm -r format",
13
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
14
- "release": "changeset release"
+ "changeset:publish": "changeset publish"
15
},
16
"repository": {
17
"type": "git",
0 commit comments