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 af9817d commit 51a7046Copy full SHA for 51a7046
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
commit: "Version Action"
34
title: "Version Action"
35
+ version: npm run version
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
package.json
@@ -9,5 +9,8 @@
9
"dependencies": {},
10
"devDependencies": {
11
"@changesets/cli": "^2.26.2"
12
+ },
13
+ "scripts": {
14
+ "version": "changeset version && npm install --package-lock-only"
15
}
16
0 commit comments