Skip to content

Commit 705be9a

Browse files
committed
chore: update changesets CI
1 parent d9c4312 commit 705be9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Create Release Pull Request or Publish to NPM
3131
uses: changesets/action@v1
3232
with:
33+
version: yarn version-packages
3334
publish: yarn publish-packages
3435
commit: "chore(release): version packages"
3536
title: "chore(release): version packages"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"build:macos": "turbo run build:macos",
2020
"build:ios-expo": "turbo run build:ios-expo",
2121
"build:android-expo": "turbo run build:android-expo",
22+
"version-packages": "changeset version && yarn install",
2223
"publish-packages": "turbo run build lint && changeset version && changeset publish"
2324
},
2425
"resolutions": {

0 commit comments

Comments
 (0)