Skip to content

Commit

Permalink
Merge branch 'main' into trevor/new-featv3-cosmos-oct-28
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 22, 2023
2 parents e0b6f4f + 31f60be commit d2bac3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: yarn build && yarn publish:all
publish: yarn release
env:
NPM_CONFIG_PROVENANCE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"version:prepare": "yarn changeset version",
"version:check": "yarn changeset status",
"publish:all": "yarn changeset publish",
"release": "yarn build && yarn publish:all",
"postinstall": "husky install"
},
"workspaces": [
Expand Down

0 comments on commit d2bac3d

Please sign in to comment.