Skip to content

Commit

Permalink
ci: Adjust script to local version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 81b946a commit cea8756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
title: "chore: Version packages"
commit: "chore: Version packages"
version: yarn changeset version # version so pnp can reconcile packages
# version: yarn changeset version # version so pnp can reconcile packages
publish: yarn packages:publish # build and publish to npm
env:
GITHUB_TOKEN: ${{ secrets.FLARE_CITY_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"build": "yarn turbo build --filter='!with-*'",
"packages:version": "yarn changeset version",
"packages:publish": "yarn build && yarn workspaces foreach --all --no-private npm publish --access public",
"packages:publish": "yarn packages:version && yarn build && yarn workspaces foreach --all --no-private npm publish --access public",
"packages:tag": "yarn changeset tag"
},
"packageManager": "yarn@4.0.1",
Expand Down

0 comments on commit cea8756

Please sign in to comment.