diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dc62654..cc72e754 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: - name: Create Release Pull Request or Publish to NPM uses: changesets/action@v1 with: + version: yarn version-packages publish: yarn publish-packages commit: "chore(release): version packages" title: "chore(release): version packages" diff --git a/package.json b/package.json index fc520a99..fa3dee01 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "build:macos": "turbo run build:macos", "build:ios-expo": "turbo run build:ios-expo", "build:android-expo": "turbo run build:android-expo", + "version-packages": "changeset version && yarn install", "publish-packages": "turbo run build lint && changeset version && changeset publish" }, "resolutions": {