Skip to content

Commit cda3037

Browse files
committed
cd: sync lock versions on version
1 parent eb433f5 commit cda3037

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Create Release Pull Request or Publish to NPM
3333
uses: changesets/action@v1
3434
with:
35+
version: npm run v
3536
publish: npm run release
3637
env:
3738
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"build": "vinxi build",
3535
"start": "vinxi start",
3636
"format": "prettier --write .",
37+
"v": "changeset version && npm install synclockver --no-save && synclockver",
3738
"release": "npm ci && npm run build && changeset publish"
3839
},
3940
"engines": {

0 commit comments

Comments
 (0)