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 b4ff929 commit c4f09d1Copy full SHA for c4f09d1
.changeset/config.json
@@ -7,5 +7,6 @@
7
"access": "restricted",
8
"baseBranch": "next",
9
"updateInternalDependencies": "patch",
10
- "ignore": []
+ "ignore": [],
11
+ "privatePackages": { "version": true, "tag": true }
12
}
.github/workflows/on-commit.yml
@@ -68,5 +68,7 @@ jobs:
68
69
- name: Create Release Pull Request
70
uses: changesets/action@v1
71
+ with:
72
+ publish: npx @changesets/cli publish
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments