Skip to content

Commit

Permalink
chore: update changesets CI
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 26, 2025
1 parent d9c4312 commit 705be9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 705be9a

Please sign in to comment.